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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5040",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5041,
    "results": [
        {
            "start": 874590518,
            "stop": 874590670
        },
        {
            "start": 874590677,
            "stop": 874590836
        },
        {
            "start": 874590843,
            "stop": 874590860
        },
        {
            "start": 874590867,
            "stop": 874590941
        },
        {
            "start": 874590948,
            "stop": 874591010
        },
        {
            "start": 874591017,
            "stop": 874591080
        },
        {
            "start": 874591088,
            "stop": 874591127
        },
        {
            "start": 874591134,
            "stop": 874591158
        },
        {
            "start": 874591166,
            "stop": 874591197
        },
        {
            "start": 874591204,
            "stop": 874591208
        },
        {
            "start": 874591215,
            "stop": 874591239
        },
        {
            "start": 874591246,
            "stop": 874591282
        },
        {
            "start": 874591289,
            "stop": 874591460
        },
        {
            "start": 874591467,
            "stop": 874591586
        },
        {
            "start": 874591593,
            "stop": 874591673
        },
        {
            "start": 874591684,
            "stop": 874591910
        },
        {
            "start": 874591921,
            "stop": 874591937
        },
        {
            "start": 874591944,
            "stop": 874591946
        },
        {
            "start": 874591953,
            "stop": 874591959
        },
        {
            "start": 874591966,
            "stop": 874591969
        }
    ]
}