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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 158,
    "results": [
        {
            "start": 1258565513,
            "stop": 1258565585
        },
        {
            "start": 1258565588,
            "stop": 1258565645
        },
        {
            "start": 1258565651,
            "stop": 1258565929
        },
        {
            "start": 1258565932,
            "stop": 1258565947
        },
        {
            "start": 1258565950,
            "stop": 1258566063
        },
        {
            "start": 1258566066,
            "stop": 1258566117
        },
        {
            "start": 1258566129,
            "stop": 1258566219
        },
        {
            "start": 1258566222,
            "stop": 1258566231
        },
        {
            "start": 1258566234,
            "stop": 1258566434
        },
        {
            "start": 1258566440,
            "stop": 1258566449
        },
        {
            "start": 1258566452,
            "stop": 1258566482
        },
        {
            "start": 1258566485,
            "stop": 1258566559
        },
        {
            "start": 1258566562,
            "stop": 1258566653
        },
        {
            "start": 1258566656,
            "stop": 1258566661
        },
        {
            "start": 1258566664,
            "stop": 1258566665
        },
        {
            "start": 1258566668,
            "stop": 1258566786
        },
        {
            "start": 1258566789,
            "stop": 1258566894
        },
        {
            "start": 1258566897,
            "stop": 1258566909
        },
        {
            "start": 1258566912,
            "stop": 1258566917
        },
        {
            "start": 1258566920,
            "stop": 1258567008
        }
    ]
}