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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=190",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 191,
    "results": [
        {
            "start": 818207280,
            "stop": 818207281
        },
        {
            "start": 818207292,
            "stop": 818207296
        },
        {
            "start": 818207299,
            "stop": 818207304
        },
        {
            "start": 818207316,
            "stop": 818207317
        },
        {
            "start": 818207320,
            "stop": 818207326
        },
        {
            "start": 818207329,
            "stop": 818207330
        },
        {
            "start": 818207338,
            "stop": 818207339
        },
        {
            "start": 818207342,
            "stop": 818207346
        },
        {
            "start": 818207354,
            "stop": 818207356
        },
        {
            "start": 818207359,
            "stop": 818207362
        },
        {
            "start": 818207367,
            "stop": 818207368
        },
        {
            "start": 818207371,
            "stop": 818207380
        },
        {
            "start": 818207383,
            "stop": 818207384
        },
        {
            "start": 818207388,
            "stop": 818207389
        },
        {
            "start": 818207406,
            "stop": 818207407
        },
        {
            "start": 818207417,
            "stop": 818207420
        },
        {
            "start": 818207423,
            "stop": 818207427
        },
        {
            "start": 818207448,
            "stop": 818207450
        },
        {
            "start": 818207458,
            "stop": 818207460
        },
        {
            "start": 818207476,
            "stop": 818207480
        }
    ]
}