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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=161",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 162,
    "results": [
        {
            "start": 818078971,
            "stop": 818078972
        },
        {
            "start": 818078986,
            "stop": 818078993
        },
        {
            "start": 818078996,
            "stop": 818078999
        },
        {
            "start": 818079029,
            "stop": 818079033
        },
        {
            "start": 818079039,
            "stop": 818079042
        },
        {
            "start": 818079060,
            "stop": 818079062
        },
        {
            "start": 818079068,
            "stop": 818079070
        },
        {
            "start": 818079079,
            "stop": 818079085
        },
        {
            "start": 818079088,
            "stop": 818079089
        },
        {
            "start": 818079098,
            "stop": 818079099
        },
        {
            "start": 818079111,
            "stop": 818079117
        },
        {
            "start": 818079156,
            "stop": 818079157
        },
        {
            "start": 818079182,
            "stop": 818079183
        },
        {
            "start": 818079190,
            "stop": 818079191
        },
        {
            "start": 818079204,
            "stop": 818079207
        },
        {
            "start": 818079213,
            "stop": 818079216
        },
        {
            "start": 818079220,
            "stop": 818079221
        },
        {
            "start": 818079225,
            "stop": 818079230
        },
        {
            "start": 818079242,
            "stop": 818079249
        },
        {
            "start": 818079253,
            "stop": 818079262
        }
    ]
}