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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=24",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 25,
    "results": [
        {
            "start": 815604477,
            "stop": 815607778
        },
        {
            "start": 815607791,
            "stop": 815607821
        },
        {
            "start": 815607822,
            "stop": 815609744
        },
        {
            "start": 815609757,
            "stop": 815610493
        },
        {
            "start": 815616627,
            "stop": 815620213
        },
        {
            "start": 815623237,
            "stop": 815626093
        },
        {
            "start": 815627414,
            "stop": 815635933
        },
        {
            "start": 815637315,
            "stop": 815639411
        },
        {
            "start": 815639418,
            "stop": 815640372
        },
        {
            "start": 815640379,
            "stop": 815640834
        },
        {
            "start": 815640841,
            "stop": 815643272
        },
        {
            "start": 815653666,
            "stop": 815656032
        },
        {
            "start": 815656045,
            "stop": 815657911
        },
        {
            "start": 815657923,
            "stop": 815658133
        },
        {
            "start": 815658745,
            "stop": 815661973
        },
        {
            "start": 815662541,
            "stop": 815662655
        },
        {
            "start": 815662668,
            "stop": 815663173
        },
        {
            "start": 815664550,
            "stop": 815671163
        },
        {
            "start": 815671176,
            "stop": 815673127
        },
        {
            "start": 815673390,
            "stop": 815673947
        }
    ]
}