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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3745",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3746,
    "results": [
        {
            "start": 873837360,
            "stop": 873838440
        },
        {
            "start": 873838500,
            "stop": 873838860
        },
        {
            "start": 873838920,
            "stop": 873839040
        },
        {
            "start": 873839280,
            "stop": 873839520
        },
        {
            "start": 873839580,
            "stop": 873839605
        },
        {
            "start": 873839622,
            "stop": 873840056
        },
        {
            "start": 873840120,
            "stop": 873841521
        },
        {
            "start": 873841538,
            "stop": 873842820
        },
        {
            "start": 873842880,
            "stop": 873842987
        },
        {
            "start": 873843060,
            "stop": 873843090
        },
        {
            "start": 873843107,
            "stop": 873843420
        },
        {
            "start": 873843480,
            "stop": 873843589
        },
        {
            "start": 873843592,
            "stop": 873843840
        },
        {
            "start": 873843900,
            "stop": 873844131
        },
        {
            "start": 873844176,
            "stop": 873844388
        },
        {
            "start": 873844405,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845100,
            "stop": 873846960
        },
        {
            "start": 873847020,
            "stop": 873847080
        }
    ]
}