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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=245",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 246,
    "results": [
        {
            "start": 817871801,
            "stop": 817871809
        },
        {
            "start": 817871816,
            "stop": 817871837
        },
        {
            "start": 817871844,
            "stop": 817871887
        },
        {
            "start": 817871912,
            "stop": 817871920
        },
        {
            "start": 817871923,
            "stop": 817871983
        },
        {
            "start": 817872021,
            "stop": 817872060
        },
        {
            "start": 817872064,
            "stop": 817872104
        },
        {
            "start": 817872107,
            "stop": 817872168
        },
        {
            "start": 817872228,
            "stop": 817872287
        },
        {
            "start": 817872329,
            "stop": 817872346
        },
        {
            "start": 817872349,
            "stop": 817872397
        },
        {
            "start": 817872401,
            "stop": 817872450
        },
        {
            "start": 817873410,
            "stop": 817873425
        },
        {
            "start": 817873430,
            "stop": 817873435
        },
        {
            "start": 817873455,
            "stop": 817873463
        },
        {
            "start": 817873482,
            "stop": 817873591
        },
        {
            "start": 817873636,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817874697
        },
        {
            "start": 817874701,
            "stop": 817874769
        },
        {
            "start": 817874772,
            "stop": 817874779
        }
    ]
}