Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=101",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 102,
    "results": [
        {
            "start": 825047416,
            "stop": 825048260
        },
        {
            "start": 825049079,
            "stop": 825049557
        },
        {
            "start": 825049559,
            "stop": 825049846
        },
        {
            "start": 825053172,
            "stop": 825053860
        },
        {
            "start": 825059773,
            "stop": 825060134
        },
        {
            "start": 825061450,
            "stop": 825061708
        },
        {
            "start": 825063259,
            "stop": 825063419
        },
        {
            "start": 825063421,
            "stop": 825064135
        },
        {
            "start": 825065858,
            "stop": 825066193
        },
        {
            "start": 825066914,
            "stop": 825069348
        },
        {
            "start": 825072415,
            "stop": 825072744
        },
        {
            "start": 825073767,
            "stop": 825077152
        },
        {
            "start": 825077154,
            "stop": 825077171
        },
        {
            "start": 825077173,
            "stop": 825077204
        },
        {
            "start": 825078832,
            "stop": 825081923
        },
        {
            "start": 825081925,
            "stop": 825083098
        },
        {
            "start": 825083100,
            "stop": 825083118
        },
        {
            "start": 825083598,
            "stop": 825084243
        },
        {
            "start": 825086583,
            "stop": 825089013
        },
        {
            "start": 825089074,
            "stop": 825090170
        }
    ]
}