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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=82",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 83,
    "results": [
        {
            "start": 1258894945,
            "stop": 1258895039
        },
        {
            "start": 1258895040,
            "stop": 1258895409
        },
        {
            "start": 1258895413,
            "stop": 1258896078
        },
        {
            "start": 1258896082,
            "stop": 1258896899
        },
        {
            "start": 1258896900,
            "stop": 1258898254
        },
        {
            "start": 1258898258,
            "stop": 1258898489
        },
        {
            "start": 1258898490,
            "stop": 1258899031
        },
        {
            "start": 1258899033,
            "stop": 1258899729
        },
        {
            "start": 1258899734,
            "stop": 1258901327
        },
        {
            "start": 1258901328,
            "stop": 1258905638
        },
        {
            "start": 1258905643,
            "stop": 1258906759
        },
        {
            "start": 1258906763,
            "stop": 1258907586
        },
        {
            "start": 1258907590,
            "stop": 1258908723
        },
        {
            "start": 1258908725,
            "stop": 1258909839
        },
        {
            "start": 1258909842,
            "stop": 1258909843
        },
        {
            "start": 1258909844,
            "stop": 1258910133
        },
        {
            "start": 1258910137,
            "stop": 1258910138
        },
        {
            "start": 1258910139,
            "stop": 1258910431
        },
        {
            "start": 1258910436,
            "stop": 1258913066
        },
        {
            "start": 1258913067,
            "stop": 1258914447
        }
    ]
}