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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=771",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=769",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 770,
    "results": [
        {
            "start": 1269029596,
            "stop": 1269029624
        },
        {
            "start": 1269029626,
            "stop": 1269029628
        },
        {
            "start": 1269029647,
            "stop": 1269029650
        },
        {
            "start": 1269029655,
            "stop": 1269029656
        },
        {
            "start": 1269029667,
            "stop": 1269029668
        },
        {
            "start": 1269029669,
            "stop": 1269029752
        },
        {
            "start": 1269029755,
            "stop": 1269029773
        },
        {
            "start": 1269029774,
            "stop": 1269030184
        },
        {
            "start": 1269030190,
            "stop": 1269030191
        },
        {
            "start": 1269030196,
            "stop": 1269030197
        },
        {
            "start": 1269030204,
            "stop": 1269030277
        },
        {
            "start": 1269030279,
            "stop": 1269030280
        },
        {
            "start": 1269030284,
            "stop": 1269030568
        },
        {
            "start": 1269030569,
            "stop": 1269031599
        },
        {
            "start": 1269031602,
            "stop": 1269032547
        },
        {
            "start": 1269032550,
            "stop": 1269033645
        },
        {
            "start": 1269033646,
            "stop": 1269034020
        },
        {
            "start": 1269034021,
            "stop": 1269034249
        },
        {
            "start": 1269034252,
            "stop": 1269035369
        },
        {
            "start": 1269035504,
            "stop": 1269035673
        }
    ]
}