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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 193,
    "results": [
        {
            "start": 1258968877,
            "stop": 1258968885
        },
        {
            "start": 1258968888,
            "stop": 1258968972
        },
        {
            "start": 1258968975,
            "stop": 1258969019
        },
        {
            "start": 1258969021,
            "stop": 1258969106
        },
        {
            "start": 1258969109,
            "stop": 1258969206
        },
        {
            "start": 1258969209,
            "stop": 1258969226
        },
        {
            "start": 1258969229,
            "stop": 1258969251
        },
        {
            "start": 1258969254,
            "stop": 1258969269
        },
        {
            "start": 1258969272,
            "stop": 1258969293
        },
        {
            "start": 1258969296,
            "stop": 1258969301
        },
        {
            "start": 1258969304,
            "stop": 1258969454
        },
        {
            "start": 1258969457,
            "stop": 1258969552
        },
        {
            "start": 1258969555,
            "stop": 1258969581
        },
        {
            "start": 1258969584,
            "stop": 1258969591
        },
        {
            "start": 1258969594,
            "stop": 1258969682
        },
        {
            "start": 1258969685,
            "stop": 1258969686
        },
        {
            "start": 1258969689,
            "stop": 1258970099
        },
        {
            "start": 1258970102,
            "stop": 1258970262
        },
        {
            "start": 1258970265,
            "stop": 1258970299
        },
        {
            "start": 1258970302,
            "stop": 1258970308
        }
    ]
}