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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=111",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 112,
    "results": [
        {
            "start": 959408894,
            "stop": 959417116
        },
        {
            "start": 959417912,
            "stop": 959426035
        },
        {
            "start": 959427838,
            "stop": 959433973
        },
        {
            "start": 959437677,
            "stop": 959438942
        },
        {
            "start": 959439667,
            "stop": 959440002
        },
        {
            "start": 959448601,
            "stop": 959463935
        },
        {
            "start": 959483736,
            "stop": 959484478
        },
        {
            "start": 959487824,
            "stop": 959488723
        },
        {
            "start": 959491227,
            "stop": 959492117
        },
        {
            "start": 959501967,
            "stop": 959506778
        },
        {
            "start": 959507703,
            "stop": 959513761
        },
        {
            "start": 959515989,
            "stop": 959518754
        },
        {
            "start": 959519605,
            "stop": 959533363
        },
        {
            "start": 959534049,
            "stop": 959536971
        },
        {
            "start": 959538731,
            "stop": 959548212
        },
        {
            "start": 959581498,
            "stop": 959583056
        },
        {
            "start": 959583829,
            "stop": 959593437
        },
        {
            "start": 959595765,
            "stop": 959599379
        },
        {
            "start": 959601835,
            "stop": 959605942
        },
        {
            "start": 959606693,
            "stop": 959608435
        }
    ]
}