Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7470
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7471",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7469",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7470,
    "results": [
        {
            "start": 970066004,
            "stop": 970066461
        },
        {
            "start": 970066464,
            "stop": 970066772
        },
        {
            "start": 970066775,
            "stop": 970066808
        },
        {
            "start": 970066819,
            "stop": 970066822
        },
        {
            "start": 970066869,
            "stop": 970066880
        },
        {
            "start": 970066883,
            "stop": 970067080
        },
        {
            "start": 970067083,
            "stop": 970067186
        },
        {
            "start": 970067213,
            "stop": 970067216
        },
        {
            "start": 970067229,
            "stop": 970067233
        },
        {
            "start": 970067236,
            "stop": 970067422
        },
        {
            "start": 970067425,
            "stop": 970067437
        },
        {
            "start": 970067451,
            "stop": 970067457
        },
        {
            "start": 970067473,
            "stop": 970067627
        },
        {
            "start": 970067630,
            "stop": 970067731
        },
        {
            "start": 970067734,
            "stop": 970068211
        },
        {
            "start": 970068217,
            "stop": 970068218
        },
        {
            "start": 970068224,
            "stop": 970068232
        },
        {
            "start": 970068242,
            "stop": 970068247
        },
        {
            "start": 970068299,
            "stop": 970068462
        },
        {
            "start": 970068465,
            "stop": 970068647
        }
    ]
}