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=3767
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=3768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3766",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3767,
    "results": [
        {
            "start": 873069965,
            "stop": 873070014
        },
        {
            "start": 873072604,
            "stop": 873072613
        },
        {
            "start": 873072614,
            "stop": 873072616
        },
        {
            "start": 873072617,
            "stop": 873072631
        },
        {
            "start": 873072632,
            "stop": 873072652
        },
        {
            "start": 873072653,
            "stop": 873072667
        },
        {
            "start": 873072668,
            "stop": 873072670
        },
        {
            "start": 873072671,
            "stop": 873072678
        },
        {
            "start": 873072679,
            "stop": 873072680
        },
        {
            "start": 873072681,
            "stop": 873072685
        },
        {
            "start": 873072686,
            "stop": 873072754
        },
        {
            "start": 873072755,
            "stop": 873073412
        },
        {
            "start": 873073415,
            "stop": 873074007
        },
        {
            "start": 873074010,
            "stop": 873077434
        },
        {
            "start": 873077437,
            "stop": 873077438
        },
        {
            "start": 873077441,
            "stop": 873077450
        },
        {
            "start": 873077453,
            "stop": 873077454
        },
        {
            "start": 873077461,
            "stop": 873077471
        },
        {
            "start": 873077474,
            "stop": 873077549
        },
        {
            "start": 873077552,
            "stop": 873081185
        }
    ]
}