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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47012",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47013,
    "results": [
        {
            "start": 875225683,
            "stop": 875225694
        },
        {
            "start": 875225695,
            "stop": 875225730
        },
        {
            "start": 875225734,
            "stop": 875225735
        },
        {
            "start": 875225736,
            "stop": 875225779
        },
        {
            "start": 875225782,
            "stop": 875225800
        },
        {
            "start": 875225804,
            "stop": 875225805
        },
        {
            "start": 875225806,
            "stop": 875225828
        },
        {
            "start": 875225831,
            "stop": 875225833
        },
        {
            "start": 875225839,
            "stop": 875225848
        },
        {
            "start": 875225851,
            "stop": 875225863
        },
        {
            "start": 875225866,
            "stop": 875225906
        },
        {
            "start": 875225909,
            "stop": 875225922
        },
        {
            "start": 875225925,
            "stop": 875225934
        },
        {
            "start": 875225935,
            "stop": 875225937
        },
        {
            "start": 875225938,
            "stop": 875225939
        },
        {
            "start": 875225940,
            "stop": 875225947
        },
        {
            "start": 875225952,
            "stop": 875225954
        },
        {
            "start": 875225957,
            "stop": 875225970
        },
        {
            "start": 875225971,
            "stop": 875225982
        },
        {
            "start": 875225985,
            "stop": 875226009
        }
    ]
}