GET /2.2.0/config/timelineeventtype/?format=api
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",
    "previous": null,
    "results": [
        {
            "id": 1,
            "abbrev": "GO for Prop Load",
            "description": "Launch director verifies go for propellant load"
        },
        {
            "id": 2,
            "abbrev": "Prop Load",
            "description": "Start of propelland loading"
        },
        {
            "id": 3,
            "abbrev": "Stage 1 LOX Load",
            "description": "Start of liquid oxygen loading in the first stage"
        },
        {
            "id": 4,
            "abbrev": "Stage 2 LOX Load",
            "description": "Start of liquid oxygen loading in the second stage"
        },
        {
            "id": 5,
            "abbrev": "Engine Chill",
            "description": "Start of engine chilling"
        },
        {
            "id": 6,
            "abbrev": "Startup",
            "description": "The onboard computer takes control over the countdown and runs last checks"
        },
        {
            "id": 7,
            "abbrev": "Tank Press",
            "description": "Fuel tanks are pressurized to flight levels"
        },
        {
            "id": 8,
            "abbrev": "GO for Launch",
            "description": "Launch director verifies go for launch"
        },
        {
            "id": 9,
            "abbrev": "Ignition",
            "description": "Start of the engine ignition sequence"
        },
        {
            "id": 10,
            "abbrev": "Liftoff",
            "description": "First upwards movement of the rocket"
        }
    ]
}