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=761
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=762",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=760",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 761,
    "results": [
        {
            "start": 1268812841,
            "stop": 1268813319
        },
        {
            "start": 1268813322,
            "stop": 1268817202
        },
        {
            "start": 1268817205,
            "stop": 1268818929
        },
        {
            "start": 1268818932,
            "stop": 1268818987
        },
        {
            "start": 1268818990,
            "stop": 1268824499
        },
        {
            "start": 1268824502,
            "stop": 1268825454
        },
        {
            "start": 1268825843,
            "stop": 1268828847
        },
        {
            "start": 1268828850,
            "stop": 1268830366
        },
        {
            "start": 1268830369,
            "stop": 1268833813
        },
        {
            "start": 1268833816,
            "stop": 1268834276
        },
        {
            "start": 1268834279,
            "stop": 1268835024
        },
        {
            "start": 1268835027,
            "stop": 1268835448
        },
        {
            "start": 1268835451,
            "stop": 1268837503
        },
        {
            "start": 1268837506,
            "stop": 1268840534
        },
        {
            "start": 1268840752,
            "stop": 1268844554
        },
        {
            "start": 1268844558,
            "stop": 1268846194
        },
        {
            "start": 1268846196,
            "stop": 1268847058
        },
        {
            "start": 1268847061,
            "stop": 1268847797
        },
        {
            "start": 1268847800,
            "stop": 1268851260
        },
        {
            "start": 1268851264,
            "stop": 1268855801
        }
    ]
}