GET /2.2.0/config/timelineeventtype/?format=api&offset=80
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=90",
    "previous": "https://lldev.thespacedevs.com/2.2.0/config/timelineeventtype/?format=api&limit=10&offset=70",
    "results": [
        {
            "id": 110,
            "abbrev": "SBECO",
            "description": "Cut-off of the side boosters"
        },
        {
            "id": 111,
            "abbrev": "Boosters Separation",
            "description": "Separation of the side boosters"
        },
        {
            "id": 112,
            "abbrev": "Boosters Boostback Burn Startup",
            "description": "Start of the boosters boostback burn"
        },
        {
            "id": 30,
            "abbrev": "Kick Stage Separation",
            "description": "Separation of the kick stage from the previous stage"
        },
        {
            "id": 74,
            "abbrev": "Stage 3 Separation",
            "description": "Separation of the third stage from the second"
        },
        {
            "id": 118,
            "abbrev": "Payload Processing End",
            "description": "End of payload processing operations"
        },
        {
            "id": 119,
            "abbrev": "Payload Segment Preparation",
            "description": "Preparation of the payload segment ahead of its mating with the rocket"
        },
        {
            "id": 120,
            "abbrev": "Payload Segment Transport",
            "description": "Transport of the payload segment to the rocket"
        },
        {
            "id": 121,
            "abbrev": "Payload Segment Mating",
            "description": "Mating of the payload segment to the rocket"
        },
        {
            "id": 122,
            "abbrev": "Pad Configuration",
            "description": "Configuration of the pad for flight"
        }
    ]
}