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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8593",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8594,
    "results": [
        {
            "start": 870627240,
            "stop": 870627243
        },
        {
            "start": 870627260,
            "stop": 870627344
        },
        {
            "start": 870627525,
            "stop": 870627768
        },
        {
            "start": 870627808,
            "stop": 870628397
        },
        {
            "start": 870628414,
            "stop": 870628730
        },
        {
            "start": 870637980,
            "stop": 870638040
        },
        {
            "start": 870638230,
            "stop": 870638340
        },
        {
            "start": 870638520,
            "stop": 870638700
        },
        {
            "start": 870638823,
            "stop": 870638940
        },
        {
            "start": 870639000,
            "stop": 870639060
        },
        {
            "start": 870639120,
            "stop": 870640020
        },
        {
            "start": 870640380,
            "stop": 870640500
        },
        {
            "start": 870640560,
            "stop": 870640593
        },
        {
            "start": 870640713,
            "stop": 870641194
        },
        {
            "start": 870641340,
            "stop": 870641820
        },
        {
            "start": 870641880,
            "stop": 870642180
        },
        {
            "start": 870642240,
            "stop": 870642458
        },
        {
            "start": 870642494,
            "stop": 870642704
        },
        {
            "start": 870642721,
            "stop": 870643080
        },
        {
            "start": 870643140,
            "stop": 870643260
        }
    ]
}