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": 25,
            "abbrev": "Supersonic",
            "description": "Vehicle is supersonic"
        },
        {
            "id": 80,
            "abbrev": "SES-3",
            "description": "Third start of the second engine"
        },
        {
            "id": 74,
            "abbrev": "Stage 3 Separation",
            "description": "Third stage separates from the rocket."
        },
        {
            "id": 76,
            "abbrev": "Stage 3 Cutoff",
            "description": "Third stage engine shuts down."
        },
        {
            "id": 75,
            "abbrev": "Stage 3 Ignition",
            "description": "Third stage engine ignites."
        },
        {
            "id": 81,
            "abbrev": "SECO-3",
            "description": "Third cut-off of the second engine"
        },
        {
            "id": 101,
            "abbrev": "Soyuz Separation",
            "description": "The soyuz spacecraft is separated from the upper stage"
        },
        {
            "id": 77,
            "abbrev": "SRB Separation",
            "description": "The solid rocket boosters are separated from the launcher."
        },
        {
            "id": 100,
            "abbrev": "Booster Separation",
            "description": "The side boosters are separated from the launcher."
        },
        {
            "id": 6,
            "abbrev": "Startup",
            "description": "The onboard computer takes control over the countdown and runs last checks"
        }
    ]
}