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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8030",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8031,
    "results": [
        {
            "start": 872156405,
            "stop": 872157426
        },
        {
            "start": 872157445,
            "stop": 872157836
        },
        {
            "start": 872157853,
            "stop": 872160000
        },
        {
            "start": 872160017,
            "stop": 872160077
        },
        {
            "start": 872160096,
            "stop": 872160257
        },
        {
            "start": 872160276,
            "stop": 872160406
        },
        {
            "start": 872160425,
            "stop": 872161136
        },
        {
            "start": 872161155,
            "stop": 872161270
        },
        {
            "start": 872161289,
            "stop": 872161326
        },
        {
            "start": 872161345,
            "stop": 872161381
        },
        {
            "start": 872161400,
            "stop": 872161431
        },
        {
            "start": 872161457,
            "stop": 872161699
        },
        {
            "start": 872161718,
            "stop": 872161886
        },
        {
            "start": 872161905,
            "stop": 872161949
        },
        {
            "start": 872161968,
            "stop": 872162006
        },
        {
            "start": 872162030,
            "stop": 872162092
        },
        {
            "start": 872162112,
            "stop": 872162145
        },
        {
            "start": 872162187,
            "stop": 872162195
        },
        {
            "start": 872162238,
            "stop": 872162242
        },
        {
            "start": 872162304,
            "stop": 872162325
        }
    ]
}