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

{
    "count": 76,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/config/timelineeventtype/?format=api&limit=10&offset=60",
    "results": [
        {
            "id": 98,
            "abbrev": "Starship Landing",
            "description": "Landing of the Starship orbital stage"
        },
        {
            "id": 99,
            "abbrev": "BECO",
            "description": "Booster Engine Cutoff"
        },
        {
            "id": 100,
            "abbrev": "Booster Separation",
            "description": "The side boosters are separated from the launcher."
        },
        {
            "id": 101,
            "abbrev": "Soyuz Separation",
            "description": "The soyuz spacecraft is separated from the upper stage"
        },
        {
            "id": 102,
            "abbrev": "EUTELSAT 36D Deployment",
            "description": "Deployment of the EUTELSAT 36D spacecraft from the rocket"
        },
        {
            "id": 103,
            "abbrev": "Starliner Separation",
            "description": "Starliner separates from the Centaur upper stage."
        }
    ]
}