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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=207",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 208,
    "results": [
        {
            "start": 818211431,
            "stop": 818211432
        },
        {
            "start": 818211435,
            "stop": 818211442
        },
        {
            "start": 818211447,
            "stop": 818211452
        },
        {
            "start": 818211467,
            "stop": 818211469
        },
        {
            "start": 818211472,
            "stop": 818211477
        },
        {
            "start": 818211486,
            "stop": 818211489
        },
        {
            "start": 818211497,
            "stop": 818211499
        },
        {
            "start": 818211504,
            "stop": 818211506
        },
        {
            "start": 818211522,
            "stop": 818211523
        },
        {
            "start": 818211531,
            "stop": 818211533
        },
        {
            "start": 818211538,
            "stop": 818211540
        },
        {
            "start": 818211555,
            "stop": 818211557
        },
        {
            "start": 818211562,
            "stop": 818211563
        },
        {
            "start": 818211606,
            "stop": 818211608
        },
        {
            "start": 818211615,
            "stop": 818211617
        },
        {
            "start": 818211622,
            "stop": 818211626
        },
        {
            "start": 818211630,
            "stop": 818211632
        },
        {
            "start": 818211644,
            "stop": 818211645
        },
        {
            "start": 818211662,
            "stop": 818211663
        },
        {
            "start": 818211692,
            "stop": 818211695
        }
    ]
}