GET /2.2.0/config/timelineeventtype/?format=api&ordering=description
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=description",
    "previous": null,
    "results": [
        {
            "id": 85,
            "abbrev": "SEB-2",
            "description": "2nd burn of the second engine"
        },
        {
            "id": 84,
            "abbrev": "SEB-4",
            "description": "4th burn of the second engine"
        },
        {
            "id": 90,
            "abbrev": "Flame Deflector Activation",
            "description": "Activation of the flame deflector ahead of engine ignition"
        },
        {
            "id": 99,
            "abbrev": "BECO",
            "description": "Booster Engine Cutoff"
        },
        {
            "id": 92,
            "abbrev": "Booster Transonic",
            "description": "Booster passing through the transonic regime"
        },
        {
            "id": 33,
            "abbrev": "Kick Stage Cut-off",
            "description": "Cut-off of the kick stage engine"
        },
        {
            "id": 12,
            "abbrev": "MECO",
            "description": "Cut-off of the main engine"
        },
        {
            "id": 24,
            "abbrev": "SECO",
            "description": "Cut-off of the second engine"
        },
        {
            "id": 69,
            "abbrev": "Cygnus Deployment",
            "description": "Deployment of the Cygnus spacecraft from the rocket"
        },
        {
            "id": 102,
            "abbrev": "EUTELSAT 36D Deployment",
            "description": "Deployment of the EUTELSAT 36D spacecraft from the rocket"
        }
    ]
}