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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=98",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 99,
    "results": [
        {
            "start": 832652759,
            "stop": 832652850
        },
        {
            "start": 832654620,
            "stop": 832658077
        },
        {
            "start": 832658085,
            "stop": 832667460
        },
        {
            "start": 832667471,
            "stop": 832682561
        },
        {
            "start": 832687146,
            "stop": 832688420
        },
        {
            "start": 832688428,
            "stop": 832690161
        },
        {
            "start": 832690171,
            "stop": 832699053
        },
        {
            "start": 832715712,
            "stop": 832716692
        },
        {
            "start": 832718415,
            "stop": 832718881
        },
        {
            "start": 832721667,
            "stop": 832725273
        },
        {
            "start": 832726389,
            "stop": 832727596
        },
        {
            "start": 832727603,
            "stop": 832774580
        },
        {
            "start": 832774861,
            "stop": 832801965
        },
        {
            "start": 832806384,
            "stop": 832806883
        },
        {
            "start": 832809866,
            "stop": 832812554
        },
        {
            "start": 832815798,
            "stop": 832821967
        },
        {
            "start": 832826625,
            "stop": 832837257
        },
        {
            "start": 832839876,
            "stop": 832851162
        },
        {
            "start": 832851169,
            "stop": 832866447
        },
        {
            "start": 832866535,
            "stop": 832882826
        }
    ]
}