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/H1_BURST_CAT2E/segments?format=api&page=47
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=46",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 47,
    "results": [
        {
            "start": 821073561,
            "stop": 821074077
        },
        {
            "start": 821074201,
            "stop": 821074813
        },
        {
            "start": 821074827,
            "stop": 821074828
        },
        {
            "start": 821075569,
            "stop": 821076009
        },
        {
            "start": 821076975,
            "stop": 821077033
        },
        {
            "start": 821077058,
            "stop": 821077059
        },
        {
            "start": 821077436,
            "stop": 821077633
        },
        {
            "start": 821077636,
            "stop": 821077637
        },
        {
            "start": 821077880,
            "stop": 821083993
        },
        {
            "start": 821084035,
            "stop": 821084037
        },
        {
            "start": 821084254,
            "stop": 821084593
        },
        {
            "start": 821084621,
            "stop": 821084623
        },
        {
            "start": 821086406,
            "stop": 821088618
        },
        {
            "start": 821089987,
            "stop": 821098633
        },
        {
            "start": 821099980,
            "stop": 821100364
        },
        {
            "start": 821101761,
            "stop": 821104019
        },
        {
            "start": 821104129,
            "stop": 821104491
        },
        {
            "start": 821104922,
            "stop": 821107515
        },
        {
            "start": 821107625,
            "stop": 821108473
        },
        {
            "start": 821108773,
            "stop": 821113001
        }
    ]
}