Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=415
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=414",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 415,
    "results": [
        {
            "start": 1267582793,
            "stop": 1267582801
        },
        {
            "start": 1267582802,
            "stop": 1267582803
        },
        {
            "start": 1267582806,
            "stop": 1267582808
        },
        {
            "start": 1267582811,
            "stop": 1267582823
        },
        {
            "start": 1267582824,
            "stop": 1267582828
        },
        {
            "start": 1267582829,
            "stop": 1267582933
        },
        {
            "start": 1267582938,
            "stop": 1267582940
        },
        {
            "start": 1267582943,
            "stop": 1267582945
        },
        {
            "start": 1267582946,
            "stop": 1267582947
        },
        {
            "start": 1267582950,
            "stop": 1267582951
        },
        {
            "start": 1267582952,
            "stop": 1267582957
        },
        {
            "start": 1267582959,
            "stop": 1267582968
        },
        {
            "start": 1267582969,
            "stop": 1267582971
        },
        {
            "start": 1267582973,
            "stop": 1267583013
        },
        {
            "start": 1267583018,
            "stop": 1267583020
        },
        {
            "start": 1267583022,
            "stop": 1267583023
        },
        {
            "start": 1267583026,
            "stop": 1267583027
        },
        {
            "start": 1267583029,
            "stop": 1267583033
        },
        {
            "start": 1267583034,
            "stop": 1267583035
        },
        {
            "start": 1267583040,
            "stop": 1267583041
        }
    ]
}