Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=45",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 46,
    "results": [
        {
            "start": 931898900,
            "stop": 931899207
        },
        {
            "start": 931899209,
            "stop": 931899534
        },
        {
            "start": 931899536,
            "stop": 931899559
        },
        {
            "start": 931899560,
            "stop": 931900165
        },
        {
            "start": 931900167,
            "stop": 931901248
        },
        {
            "start": 931916617,
            "stop": 931916618
        },
        {
            "start": 931916646,
            "stop": 931916987
        },
        {
            "start": 931917006,
            "stop": 931918939
        },
        {
            "start": 931918957,
            "stop": 931919228
        },
        {
            "start": 931919248,
            "stop": 931921684
        },
        {
            "start": 931932667,
            "stop": 931933700
        },
        {
            "start": 931933719,
            "stop": 931933919
        },
        {
            "start": 931933938,
            "stop": 931935016
        },
        {
            "start": 931935035,
            "stop": 931937982
        },
        {
            "start": 931938882,
            "stop": 931939454
        },
        {
            "start": 931939473,
            "stop": 931941020
        },
        {
            "start": 931941039,
            "stop": 931941359
        },
        {
            "start": 931941378,
            "stop": 931954244
        },
        {
            "start": 931954270,
            "stop": 931954655
        },
        {
            "start": 931954676,
            "stop": 931955083
        }
    ]
}