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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=444",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 445,
    "results": [
        {
            "start": 858961670,
            "stop": 858964428
        },
        {
            "start": 858965386,
            "stop": 858971864
        },
        {
            "start": 858973946,
            "stop": 858973962
        },
        {
            "start": 858973963,
            "stop": 858973975
        },
        {
            "start": 858973977,
            "stop": 858973979
        },
        {
            "start": 858973981,
            "stop": 858973985
        },
        {
            "start": 858973987,
            "stop": 858974049
        },
        {
            "start": 858974051,
            "stop": 858976789
        },
        {
            "start": 858978534,
            "stop": 858985168
        },
        {
            "start": 858986230,
            "stop": 858987624
        },
        {
            "start": 858987626,
            "stop": 859013031
        },
        {
            "start": 859013828,
            "stop": 859022247
        },
        {
            "start": 859022325,
            "stop": 859024271
        },
        {
            "start": 859024273,
            "stop": 859034191
        },
        {
            "start": 859035701,
            "stop": 859037029
        },
        {
            "start": 859037806,
            "stop": 859042522
        },
        {
            "start": 859060394,
            "stop": 859061208
        },
        {
            "start": 859061210,
            "stop": 859065675
        },
        {
            "start": 859065930,
            "stop": 859066376
        },
        {
            "start": 859067157,
            "stop": 859072753
        }
    ]
}