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

{
    "count": 126,
    "next": "https://lldev.thespacedevs.com/2.2.0/config/timelineeventtype/?format=api&limit=10&offset=80",
    "previous": "https://lldev.thespacedevs.com/2.2.0/config/timelineeventtype/?format=api&limit=10&offset=60",
    "results": [
        {
            "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."
        },
        {
            "id": 104,
            "abbrev": "Booster Hot Stage Jettison",
            "description": "Separation of the hot stage from the booster"
        },
        {
            "id": 105,
            "abbrev": "Landing Flip",
            "description": "Flip maneuver to set the orientation for landing"
        },
        {
            "id": 106,
            "abbrev": "Starship Landing Burn",
            "description": "Start of the Starship orbital stage landing burn"
        },
        {
            "id": 107,
            "abbrev": "Stage 1 Flip",
            "description": "Flip maneuver of the first stage"
        },
        {
            "id": 108,
            "abbrev": "Stage 1 Propellant Load",
            "description": "Start of propellant loading in the first stage"
        },
        {
            "id": 109,
            "abbrev": "Stage 2 Propellant Load",
            "description": "Start of propellant loading in the second stage"
        }
    ]
}