Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3671
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3670",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3671,
    "results": [
        {
            "start": 872942474,
            "stop": 872945665
        },
        {
            "start": 872945682,
            "stop": 872948020
        },
        {
            "start": 872948024,
            "stop": 872948520
        },
        {
            "start": 872948640,
            "stop": 872949660
        },
        {
            "start": 872949720,
            "stop": 872950624
        },
        {
            "start": 872950641,
            "stop": 872950752
        },
        {
            "start": 872950775,
            "stop": 872950795
        },
        {
            "start": 872950818,
            "stop": 872950827
        },
        {
            "start": 872950844,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952180
        },
        {
            "start": 872952240,
            "stop": 872952983
        },
        {
            "start": 872972022,
            "stop": 872972539
        },
        {
            "start": 872972556,
            "stop": 872972807
        },
        {
            "start": 872972824,
            "stop": 872972880
        },
        {
            "start": 872972940,
            "stop": 872973634
        },
        {
            "start": 872973651,
            "stop": 872974135
        },
        {
            "start": 872974200,
            "stop": 872974723
        },
        {
            "start": 872974740,
            "stop": 872974807
        },
        {
            "start": 872974824,
            "stop": 872975076
        },
        {
            "start": 872975095,
            "stop": 872975306
        }
    ]
}