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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=283",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 284,
    "results": [
        {
            "start": 821689899,
            "stop": 821689921
        },
        {
            "start": 821689924,
            "stop": 821689933
        },
        {
            "start": 821689939,
            "stop": 821689940
        },
        {
            "start": 821689945,
            "stop": 821689955
        },
        {
            "start": 821689958,
            "stop": 821689967
        },
        {
            "start": 821689970,
            "stop": 821689974
        },
        {
            "start": 821689977,
            "stop": 821689978
        },
        {
            "start": 821689981,
            "stop": 821689983
        },
        {
            "start": 821689986,
            "stop": 821689998
        },
        {
            "start": 821690001,
            "stop": 821690008
        },
        {
            "start": 821690011,
            "stop": 821690013
        },
        {
            "start": 821690016,
            "stop": 821690022
        },
        {
            "start": 821690025,
            "stop": 821690026
        },
        {
            "start": 821690029,
            "stop": 821690031
        },
        {
            "start": 821690036,
            "stop": 821690070
        },
        {
            "start": 821690073,
            "stop": 821690076
        },
        {
            "start": 821690079,
            "stop": 821690086
        },
        {
            "start": 821690090,
            "stop": 821690102
        },
        {
            "start": 821690105,
            "stop": 821690106
        },
        {
            "start": 821690110,
            "stop": 821690114
        }
    ]
}