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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=25",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 26,
    "results": [
        {
            "start": 815653666,
            "stop": 815656032
        },
        {
            "start": 815656035,
            "stop": 815657911
        },
        {
            "start": 815657913,
            "stop": 815658039
        },
        {
            "start": 815658745,
            "stop": 815661865
        },
        {
            "start": 815662541,
            "stop": 815662655
        },
        {
            "start": 815662658,
            "stop": 815663064
        },
        {
            "start": 815664550,
            "stop": 815671163
        },
        {
            "start": 815671166,
            "stop": 815673127
        },
        {
            "start": 815673390,
            "stop": 815673947
        },
        {
            "start": 815673948,
            "stop": 815678317
        },
        {
            "start": 815678318,
            "stop": 815680903
        },
        {
            "start": 815681084,
            "stop": 815681660
        },
        {
            "start": 815681663,
            "stop": 815681882
        },
        {
            "start": 815681885,
            "stop": 815681901
        },
        {
            "start": 815681905,
            "stop": 815682411
        },
        {
            "start": 815683820,
            "stop": 815685155
        },
        {
            "start": 815685157,
            "stop": 815686288
        },
        {
            "start": 815686291,
            "stop": 815686745
        },
        {
            "start": 815689734,
            "stop": 815691305
        },
        {
            "start": 815691308,
            "stop": 815691863
        }
    ]
}