GET /2.2.0/config/timelineeventtype/?format=api&ordering=-id
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=-id",
    "previous": null,
    "results": [
        {
            "id": 103,
            "abbrev": "Starliner Separation",
            "description": "Starliner separates from the Centaur upper stage."
        },
        {
            "id": 102,
            "abbrev": "EUTELSAT 36D Deployment",
            "description": "Deployment of the EUTELSAT 36D spacecraft from the rocket"
        },
        {
            "id": 101,
            "abbrev": "Soyuz Separation",
            "description": "The soyuz spacecraft is separated from the upper stage"
        },
        {
            "id": 100,
            "abbrev": "Booster Separation",
            "description": "The side boosters are separated from the launcher."
        },
        {
            "id": 99,
            "abbrev": "BECO",
            "description": "Booster Engine Cutoff"
        },
        {
            "id": 98,
            "abbrev": "Starship Landing",
            "description": "Landing of the Starship orbital stage"
        },
        {
            "id": 97,
            "abbrev": "Starship Subsonic",
            "description": "Starship reaches a subsonic velocity"
        },
        {
            "id": 96,
            "abbrev": "Starship Transonic",
            "description": "Starship passing through the transonic regime"
        },
        {
            "id": 95,
            "abbrev": "Atmospheric Entry",
            "description": "Start of the atmospheric re-entry"
        },
        {
            "id": 94,
            "abbrev": "Propellant Transfer Demo",
            "description": "Technological demonstration of propellant transfer"
        }
    ]
}