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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=323",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 324,
    "results": [
        {
            "start": 821745602,
            "stop": 821745630
        },
        {
            "start": 821745633,
            "stop": 821745635
        },
        {
            "start": 821745638,
            "stop": 821745642
        },
        {
            "start": 821745647,
            "stop": 821745678
        },
        {
            "start": 821745681,
            "stop": 821745719
        },
        {
            "start": 821745722,
            "stop": 821745752
        },
        {
            "start": 821745755,
            "stop": 821745772
        },
        {
            "start": 821745775,
            "stop": 821745819
        },
        {
            "start": 821745822,
            "stop": 821745838
        },
        {
            "start": 821745841,
            "stop": 821745866
        },
        {
            "start": 821745869,
            "stop": 821745877
        },
        {
            "start": 821745880,
            "stop": 821745885
        },
        {
            "start": 821745891,
            "stop": 821745896
        },
        {
            "start": 821745899,
            "stop": 821745920
        },
        {
            "start": 821745926,
            "stop": 821745927
        },
        {
            "start": 821745930,
            "stop": 821745941
        },
        {
            "start": 821745946,
            "stop": 821745952
        },
        {
            "start": 821745955,
            "stop": 821745959
        },
        {
            "start": 821745962,
            "stop": 821745971
        },
        {
            "start": 821745976,
            "stop": 821746005
        }
    ]
}