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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14415",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14413",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14414,
    "results": [
        {
            "start": 971449858,
            "stop": 971449867
        },
        {
            "start": 971449869,
            "stop": 971449881
        },
        {
            "start": 971449883,
            "stop": 971449919
        },
        {
            "start": 971449922,
            "stop": 971450042
        },
        {
            "start": 971450043,
            "stop": 971450076
        },
        {
            "start": 971450079,
            "stop": 971450080
        },
        {
            "start": 971450083,
            "stop": 971450111
        },
        {
            "start": 971450112,
            "stop": 971450115
        },
        {
            "start": 971450118,
            "stop": 971450139
        },
        {
            "start": 971450143,
            "stop": 971450147
        },
        {
            "start": 971450149,
            "stop": 971450151
        },
        {
            "start": 971450153,
            "stop": 971450160
        },
        {
            "start": 971450162,
            "stop": 971450185
        },
        {
            "start": 971450187,
            "stop": 971450203
        },
        {
            "start": 971450208,
            "stop": 971450211
        },
        {
            "start": 971450214,
            "stop": 971450215
        },
        {
            "start": 971450217,
            "stop": 971450219
        },
        {
            "start": 971450224,
            "stop": 971450238
        },
        {
            "start": 971450241,
            "stop": 971450247
        },
        {
            "start": 971450252,
            "stop": 971450258
        }
    ]
}