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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8798",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8799,
    "results": [
        {
            "start": 873817903,
            "stop": 873818340
        },
        {
            "start": 873818400,
            "stop": 873819410
        },
        {
            "start": 873819490,
            "stop": 873820070
        },
        {
            "start": 873820087,
            "stop": 873820287
        },
        {
            "start": 873820304,
            "stop": 873820698
        },
        {
            "start": 873820818,
            "stop": 873821144
        },
        {
            "start": 873821264,
            "stop": 873821530
        },
        {
            "start": 873821547,
            "stop": 873821580
        },
        {
            "start": 873821640,
            "stop": 873825193
        },
        {
            "start": 873825210,
            "stop": 873825710
        },
        {
            "start": 873825790,
            "stop": 873826781
        },
        {
            "start": 873826798,
            "stop": 873827476
        },
        {
            "start": 873827596,
            "stop": 873828038
        },
        {
            "start": 873828055,
            "stop": 873828418
        },
        {
            "start": 873828426,
            "stop": 873828817
        },
        {
            "start": 873828937,
            "stop": 873829686
        },
        {
            "start": 873829806,
            "stop": 873830889
        },
        {
            "start": 873830928,
            "stop": 873831540
        },
        {
            "start": 873831610,
            "stop": 873831650
        },
        {
            "start": 873831790,
            "stop": 873832370
        }
    ]
}