GET /2.2.0/config/timelineeventtype/?format=api&ordering=abbrev
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 76,
    "next": "https://ll.thespacedevs.com/2.2.0/config/timelineeventtype/?format=api&limit=10&offset=10&ordering=abbrev",
    "previous": null,
    "results": [
        {
            "id": 95,
            "abbrev": "Atmospheric Entry",
            "description": "Start of the atmospheric re-entry"
        },
        {
            "id": 72,
            "abbrev": "Battery Hotswap",
            "description": "Electron Second stages switches to a new set of batteries and jettisons the depleted ones."
        },
        {
            "id": 99,
            "abbrev": "BECO",
            "description": "Booster Engine Cutoff"
        },
        {
            "id": 40,
            "abbrev": "Booster Boostback Burn Shutdown",
            "description": "End of the booster boostback burn"
        },
        {
            "id": 39,
            "abbrev": "Booster Boostback Burn Startup",
            "description": "Start of the booster boostback burn"
        },
        {
            "id": 100,
            "abbrev": "Booster Separation",
            "description": "The side boosters are separated from the launcher."
        },
        {
            "id": 92,
            "abbrev": "Booster Transonic",
            "description": "Booster passing through the transonic regime"
        },
        {
            "id": 36,
            "abbrev": "Crew Access Arm Retract",
            "description": "Retraction of the crew access arm from the rocket"
        },
        {
            "id": 69,
            "abbrev": "Cygnus Deployment",
            "description": "Deployment of the Cygnus spacecraft from the rocket"
        },
        {
            "id": 38,
            "abbrev": "Dragon Internal Power",
            "description": "Dragon transitions to internal power"
        }
    ]
}