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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8130",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8131,
    "results": [
        {
            "start": 970857298,
            "stop": 970857494
        },
        {
            "start": 970857499,
            "stop": 970857516
        },
        {
            "start": 970857524,
            "stop": 970857532
        },
        {
            "start": 970857535,
            "stop": 970857536
        },
        {
            "start": 970857542,
            "stop": 970857563
        },
        {
            "start": 970857569,
            "stop": 970857583
        },
        {
            "start": 970857587,
            "stop": 970857622
        },
        {
            "start": 970857625,
            "stop": 970857662
        },
        {
            "start": 970857665,
            "stop": 970857712
        },
        {
            "start": 970857716,
            "stop": 970857740
        },
        {
            "start": 970857743,
            "stop": 970857768
        },
        {
            "start": 970857834,
            "stop": 970857856
        },
        {
            "start": 970857859,
            "stop": 970857936
        },
        {
            "start": 970857939,
            "stop": 970857940
        },
        {
            "start": 970857951,
            "stop": 970857992
        },
        {
            "start": 970857997,
            "stop": 970857999
        },
        {
            "start": 970858003,
            "stop": 970858062
        },
        {
            "start": 970858065,
            "stop": 970858398
        },
        {
            "start": 970858401,
            "stop": 970858426
        },
        {
            "start": 970858430,
            "stop": 970858482
        }
    ]
}