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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=336",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 337,
    "results": [
        {
            "start": 821239064,
            "stop": 821239134
        },
        {
            "start": 821239153,
            "stop": 821239234
        },
        {
            "start": 821239684,
            "stop": 821239698
        },
        {
            "start": 821239717,
            "stop": 821239834
        },
        {
            "start": 821239853,
            "stop": 821240168
        },
        {
            "start": 821240187,
            "stop": 821240244
        },
        {
            "start": 821240263,
            "stop": 821240297
        },
        {
            "start": 821240317,
            "stop": 821240403
        },
        {
            "start": 821240422,
            "stop": 821240461
        },
        {
            "start": 821240508,
            "stop": 821240523
        },
        {
            "start": 821240542,
            "stop": 821240545
        },
        {
            "start": 821240564,
            "stop": 821240629
        },
        {
            "start": 821240648,
            "stop": 821240672
        },
        {
            "start": 821240691,
            "stop": 821240705
        },
        {
            "start": 821240732,
            "stop": 821240925
        },
        {
            "start": 821240944,
            "stop": 821241138
        },
        {
            "start": 821241157,
            "stop": 821241179
        },
        {
            "start": 821241198,
            "stop": 821241407
        },
        {
            "start": 821241426,
            "stop": 821241515
        },
        {
            "start": 821241534,
            "stop": 821241552
        }
    ]
}