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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=168",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 169,
    "results": [
        {
            "start": 820000433,
            "stop": 820000492
        },
        {
            "start": 820000499,
            "stop": 820001005
        },
        {
            "start": 820001012,
            "stop": 820001243
        },
        {
            "start": 820001250,
            "stop": 820001385
        },
        {
            "start": 820001392,
            "stop": 820001623
        },
        {
            "start": 820001630,
            "stop": 820001644
        },
        {
            "start": 820001651,
            "stop": 820002118
        },
        {
            "start": 820002125,
            "stop": 820002240
        },
        {
            "start": 820002247,
            "stop": 820002431
        },
        {
            "start": 820002439,
            "stop": 820002913
        },
        {
            "start": 820026974,
            "stop": 820027341
        },
        {
            "start": 820027348,
            "stop": 820027900
        },
        {
            "start": 820027907,
            "stop": 820029114
        },
        {
            "start": 820029121,
            "stop": 820029490
        },
        {
            "start": 820029498,
            "stop": 820029782
        },
        {
            "start": 820029789,
            "stop": 820030639
        },
        {
            "start": 820030646,
            "stop": 820031604
        },
        {
            "start": 820031618,
            "stop": 820031858
        },
        {
            "start": 820031865,
            "stop": 820031889
        },
        {
            "start": 820031896,
            "stop": 820032118
        }
    ]
}