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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4717",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4718,
    "results": [
        {
            "start": 874428498,
            "stop": 874428507
        },
        {
            "start": 874428542,
            "stop": 874428596
        },
        {
            "start": 874428615,
            "stop": 874428701
        },
        {
            "start": 874428721,
            "stop": 874428755
        },
        {
            "start": 874428774,
            "stop": 874428794
        },
        {
            "start": 874428818,
            "stop": 874428824
        },
        {
            "start": 874428845,
            "stop": 874428913
        },
        {
            "start": 874428932,
            "stop": 874429109
        },
        {
            "start": 874429128,
            "stop": 874429184
        },
        {
            "start": 874429203,
            "stop": 874429216
        },
        {
            "start": 874429235,
            "stop": 874429444
        },
        {
            "start": 874429464,
            "stop": 874429470
        },
        {
            "start": 874429489,
            "stop": 874429497
        },
        {
            "start": 874429516,
            "stop": 874429614
        },
        {
            "start": 874429636,
            "stop": 874429885
        },
        {
            "start": 874429908,
            "stop": 874429952
        },
        {
            "start": 874429985,
            "stop": 874430046
        },
        {
            "start": 874430065,
            "stop": 874430102
        },
        {
            "start": 874430121,
            "stop": 874430166
        },
        {
            "start": 874430186,
            "stop": 874430191
        }
    ]
}