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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=198",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 199,
    "results": [
        {
            "start": 818209117,
            "stop": 818209120
        },
        {
            "start": 818209127,
            "stop": 818209132
        },
        {
            "start": 818209142,
            "stop": 818209143
        },
        {
            "start": 818209147,
            "stop": 818209150
        },
        {
            "start": 818209160,
            "stop": 818209164
        },
        {
            "start": 818209167,
            "stop": 818209169
        },
        {
            "start": 818209172,
            "stop": 818209175
        },
        {
            "start": 818209181,
            "stop": 818209187
        },
        {
            "start": 818209190,
            "stop": 818209191
        },
        {
            "start": 818209194,
            "stop": 818209195
        },
        {
            "start": 818209199,
            "stop": 818209205
        },
        {
            "start": 818209210,
            "stop": 818209213
        },
        {
            "start": 818209222,
            "stop": 818209226
        },
        {
            "start": 818209230,
            "stop": 818209232
        },
        {
            "start": 818209237,
            "stop": 818209239
        },
        {
            "start": 818209244,
            "stop": 818209246
        },
        {
            "start": 818209278,
            "stop": 818209282
        },
        {
            "start": 818209288,
            "stop": 818209289
        },
        {
            "start": 818209292,
            "stop": 818209295
        },
        {
            "start": 818209299,
            "stop": 818209304
        }
    ]
}