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=2213
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=2214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2212",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2213,
    "results": [
        {
            "start": 873815073,
            "stop": 873830897
        },
        {
            "start": 873830903,
            "stop": 873831540
        },
        {
            "start": 873831600,
            "stop": 873834335
        },
        {
            "start": 873834343,
            "stop": 873834362
        },
        {
            "start": 873834368,
            "stop": 873834372
        },
        {
            "start": 873834378,
            "stop": 873834390
        },
        {
            "start": 873834398,
            "stop": 873834405
        },
        {
            "start": 873834410,
            "stop": 873834415
        },
        {
            "start": 873834480,
            "stop": 873834527
        },
        {
            "start": 873834943,
            "stop": 873835122
        },
        {
            "start": 873835128,
            "stop": 873842995
        },
        {
            "start": 873843000,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845050,
            "stop": 873851106
        },
        {
            "start": 873851108,
            "stop": 873852877
        },
        {
            "start": 873852883,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873906765
        },
        {
            "start": 873906770,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940875
        }
    ]
}