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=657
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=658",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=656",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 657,
    "results": [
        {
            "start": 1264468756,
            "stop": 1264469088
        },
        {
            "start": 1264469091,
            "stop": 1264469098
        },
        {
            "start": 1264469101,
            "stop": 1264469139
        },
        {
            "start": 1264469141,
            "stop": 1264469840
        },
        {
            "start": 1264477009,
            "stop": 1264477251
        },
        {
            "start": 1264477254,
            "stop": 1264481402
        },
        {
            "start": 1264481405,
            "stop": 1264482186
        },
        {
            "start": 1264482189,
            "stop": 1264484158
        },
        {
            "start": 1264484161,
            "stop": 1264484788
        },
        {
            "start": 1264484796,
            "stop": 1264486218
        },
        {
            "start": 1264486221,
            "stop": 1264486883
        },
        {
            "start": 1264486886,
            "stop": 1264487302
        },
        {
            "start": 1264487305,
            "stop": 1264488896
        },
        {
            "start": 1264488899,
            "stop": 1264490237
        },
        {
            "start": 1264490240,
            "stop": 1264494983
        },
        {
            "start": 1264494986,
            "stop": 1264497430
        },
        {
            "start": 1264497438,
            "stop": 1264500103
        },
        {
            "start": 1264500106,
            "stop": 1264505649
        },
        {
            "start": 1264505652,
            "stop": 1264505653
        },
        {
            "start": 1264505654,
            "stop": 1264505657
        }
    ]
}