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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=65",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 66,
    "results": [
        {
            "start": 822510610,
            "stop": 822511112
        },
        {
            "start": 822511272,
            "stop": 822511470
        },
        {
            "start": 822531425,
            "stop": 822535290
        },
        {
            "start": 822536379,
            "stop": 822537693
        },
        {
            "start": 822537879,
            "stop": 822539190
        },
        {
            "start": 822539250,
            "stop": 822539296
        },
        {
            "start": 822539460,
            "stop": 822539979
        },
        {
            "start": 822540137,
            "stop": 822540486
        },
        {
            "start": 822540542,
            "stop": 822540795
        },
        {
            "start": 822541018,
            "stop": 822541916
        },
        {
            "start": 822542489,
            "stop": 822542550
        },
        {
            "start": 822542610,
            "stop": 822542916
        },
        {
            "start": 822543052,
            "stop": 822544470
        },
        {
            "start": 822545278,
            "stop": 822545280
        },
        {
            "start": 822545382,
            "stop": 822546330
        },
        {
            "start": 822546390,
            "stop": 822546509
        },
        {
            "start": 822548265,
            "stop": 822548654
        },
        {
            "start": 822548714,
            "stop": 822548736
        },
        {
            "start": 822548892,
            "stop": 822549474
        },
        {
            "start": 822549554,
            "stop": 822551255
        }
    ]
}