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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1016",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1014",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1015,
    "results": [
        {
            "start": 1252156201,
            "stop": 1252158315
        },
        {
            "start": 1252183528,
            "stop": 1252183842
        },
        {
            "start": 1252183847,
            "stop": 1252183869
        },
        {
            "start": 1252183874,
            "stop": 1252183912
        },
        {
            "start": 1252183917,
            "stop": 1252183968
        },
        {
            "start": 1252183973,
            "stop": 1252183999
        },
        {
            "start": 1252184003,
            "stop": 1252184022
        },
        {
            "start": 1252184027,
            "stop": 1252184061
        },
        {
            "start": 1252184066,
            "stop": 1252184070
        },
        {
            "start": 1252184075,
            "stop": 1252184089
        },
        {
            "start": 1252184094,
            "stop": 1252184098
        },
        {
            "start": 1252184103,
            "stop": 1252184152
        },
        {
            "start": 1252184157,
            "stop": 1252184165
        },
        {
            "start": 1252189234,
            "stop": 1252190325
        },
        {
            "start": 1252190328,
            "stop": 1252190512
        },
        {
            "start": 1252190516,
            "stop": 1252192133
        },
        {
            "start": 1252192138,
            "stop": 1252193112
        },
        {
            "start": 1252193116,
            "stop": 1252193271
        },
        {
            "start": 1252193275,
            "stop": 1252193800
        },
        {
            "start": 1252193803,
            "stop": 1252194675
        }
    ]
}