Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=63
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=62",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 63,
    "results": [
        {
            "start": 932073259,
            "stop": 932073265
        },
        {
            "start": 932073268,
            "stop": 932073271
        },
        {
            "start": 932073273,
            "stop": 932073274
        },
        {
            "start": 932073277,
            "stop": 932073282
        },
        {
            "start": 932073283,
            "stop": 932073284
        },
        {
            "start": 932073285,
            "stop": 932073289
        },
        {
            "start": 932073291,
            "stop": 932073296
        },
        {
            "start": 932073298,
            "stop": 932073299
        },
        {
            "start": 932073301,
            "stop": 932073302
        },
        {
            "start": 932073303,
            "stop": 932073306
        },
        {
            "start": 932073308,
            "stop": 932073323
        },
        {
            "start": 932073325,
            "stop": 932073329
        },
        {
            "start": 932073330,
            "stop": 932073333
        },
        {
            "start": 932073336,
            "stop": 932073346
        },
        {
            "start": 932073349,
            "stop": 932073357
        },
        {
            "start": 932073359,
            "stop": 932073363
        },
        {
            "start": 932073366,
            "stop": 932073367
        },
        {
            "start": 932073368,
            "stop": 932073373
        },
        {
            "start": 932073376,
            "stop": 932073378
        },
        {
            "start": 932073379,
            "stop": 932073380
        }
    ]
}