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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=92",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 93,
    "results": [
        {
            "start": 816858950,
            "stop": 816858969
        },
        {
            "start": 816858990,
            "stop": 816859005
        },
        {
            "start": 816859027,
            "stop": 816859071
        },
        {
            "start": 816859119,
            "stop": 816859129
        },
        {
            "start": 816859161,
            "stop": 816859327
        },
        {
            "start": 816859366,
            "stop": 816859417
        },
        {
            "start": 816859449,
            "stop": 816859472
        },
        {
            "start": 816859500,
            "stop": 816859510
        },
        {
            "start": 816859534,
            "stop": 816859555
        },
        {
            "start": 816859575,
            "stop": 816859588
        },
        {
            "start": 816859635,
            "stop": 816859676
        },
        {
            "start": 816859680,
            "stop": 816859691
        },
        {
            "start": 816859874,
            "stop": 816859900
        },
        {
            "start": 816859937,
            "stop": 816859998
        },
        {
            "start": 816860015,
            "stop": 816860037
        },
        {
            "start": 816860059,
            "stop": 816860143
        },
        {
            "start": 816860175,
            "stop": 816860197
        },
        {
            "start": 816860217,
            "stop": 816860341
        },
        {
            "start": 816860406,
            "stop": 816860429
        },
        {
            "start": 816860469,
            "stop": 816860534
        }
    ]
}