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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=175",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 176,
    "results": [
        {
            "start": 817401416,
            "stop": 817401421
        },
        {
            "start": 817403490,
            "stop": 817403515
        },
        {
            "start": 817403540,
            "stop": 817403781
        },
        {
            "start": 817415510,
            "stop": 817415838
        },
        {
            "start": 817415859,
            "stop": 817415924
        },
        {
            "start": 817416818,
            "stop": 817417064
        },
        {
            "start": 817417067,
            "stop": 817417182
        },
        {
            "start": 817417199,
            "stop": 817417213
        },
        {
            "start": 817417219,
            "stop": 817417232
        },
        {
            "start": 817417237,
            "stop": 817417274
        },
        {
            "start": 817417277,
            "stop": 817417514
        },
        {
            "start": 817417517,
            "stop": 817417798
        },
        {
            "start": 817417821,
            "stop": 817417979
        },
        {
            "start": 817418001,
            "stop": 817418130
        },
        {
            "start": 817418165,
            "stop": 817418317
        },
        {
            "start": 817418437,
            "stop": 817418506
        },
        {
            "start": 817418568,
            "stop": 817419085
        },
        {
            "start": 817419104,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817419760
        },
        {
            "start": 817419779,
            "stop": 817420183
        }
    ]
}