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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 134,
    "results": [
        {
            "start": 1258121800,
            "stop": 1258121824
        },
        {
            "start": 1258121832,
            "stop": 1258121842
        },
        {
            "start": 1258121845,
            "stop": 1258121857
        },
        {
            "start": 1258121858,
            "stop": 1258121873
        },
        {
            "start": 1258121875,
            "stop": 1258121964
        },
        {
            "start": 1258121966,
            "stop": 1258121980
        },
        {
            "start": 1258121983,
            "stop": 1258121997
        },
        {
            "start": 1258122001,
            "stop": 1258122200
        },
        {
            "start": 1258122201,
            "stop": 1258122235
        },
        {
            "start": 1258122237,
            "stop": 1258122313
        },
        {
            "start": 1258122314,
            "stop": 1258122331
        },
        {
            "start": 1258122334,
            "stop": 1258122340
        },
        {
            "start": 1258122343,
            "stop": 1258122411
        },
        {
            "start": 1258122413,
            "stop": 1258122415
        },
        {
            "start": 1258122417,
            "stop": 1258122428
        },
        {
            "start": 1258122429,
            "stop": 1258122459
        },
        {
            "start": 1258122461,
            "stop": 1258122531
        },
        {
            "start": 1258122534,
            "stop": 1258122560
        },
        {
            "start": 1258122562,
            "stop": 1258122927
        },
        {
            "start": 1258122928,
            "stop": 1258122929
        }
    ]
}