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": 7,
            "abbrev": "Tank Press",
            "description": "Fuel tanks are pressurized to flight levels"
        },
        {
            "id": 25,
            "abbrev": "Supersonic",
            "description": "Vehicle is supersonic"
        },
        {
            "id": 6,
            "abbrev": "Startup",
            "description": "The onboard computer takes control over the countdown and runs last checks"
        },
        {
            "id": 96,
            "abbrev": "Starship Transonic",
            "description": "Starship passing through the transonic regime"
        },
        {
            "id": 97,
            "abbrev": "Starship Subsonic",
            "description": "Starship reaches a subsonic velocity"
        },
        {
            "id": 98,
            "abbrev": "Starship Landing",
            "description": "Landing of the Starship orbital stage"
        },
        {
            "id": 23,
            "abbrev": "Starlink Deployment",
            "description": "Deployment of the Starlink stack from the rocket"
        },
        {
            "id": 103,
            "abbrev": "Starliner Separation",
            "description": "Starliner separates from the Centaur upper stage."
        },
        {
            "id": 74,
            "abbrev": "Stage 3 Separation",
            "description": "Third stage separates from the rocket."
        },
        {
            "id": 75,
            "abbrev": "Stage 3 Ignition",
            "description": "Third stage engine ignites."
        }
    ]
}