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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 2,
    "results": [
        {
            "start": 815203245,
            "stop": 815203262
        },
        {
            "start": 815203269,
            "stop": 815203439
        },
        {
            "start": 815203447,
            "stop": 815203887
        },
        {
            "start": 815203894,
            "stop": 815203982
        },
        {
            "start": 815203989,
            "stop": 815204125
        },
        {
            "start": 815204132,
            "stop": 815204156
        },
        {
            "start": 815204163,
            "stop": 815204418
        },
        {
            "start": 815204425,
            "stop": 815204468
        },
        {
            "start": 815204477,
            "stop": 815204667
        },
        {
            "start": 815204675,
            "stop": 815204824
        },
        {
            "start": 815204831,
            "stop": 815205103
        },
        {
            "start": 815205111,
            "stop": 815205415
        },
        {
            "start": 815205422,
            "stop": 815205657
        },
        {
            "start": 815205665,
            "stop": 815205793
        },
        {
            "start": 815205801,
            "stop": 815205807
        },
        {
            "start": 815205814,
            "stop": 815205919
        },
        {
            "start": 815205927,
            "stop": 815206011
        },
        {
            "start": 815206019,
            "stop": 815206043
        },
        {
            "start": 815206050,
            "stop": 815206065
        },
        {
            "start": 815206072,
            "stop": 815206086
        }
    ]
}