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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=325",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 326,
    "results": [
        {
            "start": 821274803,
            "stop": 821274832
        },
        {
            "start": 821274851,
            "stop": 821275114
        },
        {
            "start": 821275133,
            "stop": 821275201
        },
        {
            "start": 821275220,
            "stop": 821275226
        },
        {
            "start": 821275245,
            "stop": 821275304
        },
        {
            "start": 821275340,
            "stop": 821275356
        },
        {
            "start": 821275375,
            "stop": 821275572
        },
        {
            "start": 821275591,
            "stop": 821275623
        },
        {
            "start": 821275642,
            "stop": 821275671
        },
        {
            "start": 821275690,
            "stop": 821275758
        },
        {
            "start": 821275777,
            "stop": 821275793
        },
        {
            "start": 821275812,
            "stop": 821275957
        },
        {
            "start": 821275981,
            "stop": 821276149
        },
        {
            "start": 821276153,
            "stop": 821276436
        },
        {
            "start": 821276463,
            "stop": 821276472
        },
        {
            "start": 821276501,
            "stop": 821276571
        },
        {
            "start": 821276590,
            "stop": 821276621
        },
        {
            "start": 821276640,
            "stop": 821276679
        },
        {
            "start": 821276698,
            "stop": 821276833
        },
        {
            "start": 821276852,
            "stop": 821276954
        }
    ]
}