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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=303",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 304,
    "results": [
        {
            "start": 828882015,
            "stop": 828882016
        },
        {
            "start": 828882018,
            "stop": 828882020
        },
        {
            "start": 828882022,
            "stop": 828882023
        },
        {
            "start": 828882025,
            "stop": 828882029
        },
        {
            "start": 828882031,
            "stop": 828882032
        },
        {
            "start": 828882034,
            "stop": 828882038
        },
        {
            "start": 828882042,
            "stop": 828882043
        },
        {
            "start": 828882046,
            "stop": 828882047
        },
        {
            "start": 828882049,
            "stop": 828882050
        },
        {
            "start": 828882052,
            "stop": 828882054
        },
        {
            "start": 828882056,
            "stop": 828882058
        },
        {
            "start": 828882060,
            "stop": 828882063
        },
        {
            "start": 828882065,
            "stop": 828882067
        },
        {
            "start": 828882070,
            "stop": 828882072
        },
        {
            "start": 828882074,
            "stop": 828882077
        },
        {
            "start": 828882079,
            "stop": 828882093
        },
        {
            "start": 828882095,
            "stop": 828882152
        },
        {
            "start": 828882154,
            "stop": 828883620
        },
        {
            "start": 828883625,
            "stop": 828883645
        },
        {
            "start": 828883650,
            "stop": 828884877
        }
    ]
}