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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7537",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7535",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7536,
    "results": [
        {
            "start": 970413124,
            "stop": 970413125
        },
        {
            "start": 970413128,
            "stop": 970413166
        },
        {
            "start": 970413174,
            "stop": 970413178
        },
        {
            "start": 970413184,
            "stop": 970413186
        },
        {
            "start": 970413189,
            "stop": 970413190
        },
        {
            "start": 970413196,
            "stop": 970413222
        },
        {
            "start": 970413225,
            "stop": 970413232
        },
        {
            "start": 970413236,
            "stop": 970413252
        },
        {
            "start": 970413255,
            "stop": 970413256
        },
        {
            "start": 970413376,
            "stop": 970413377
        },
        {
            "start": 970413380,
            "stop": 970413391
        },
        {
            "start": 970413394,
            "stop": 970413425
        },
        {
            "start": 970413428,
            "stop": 970413431
        },
        {
            "start": 970413437,
            "stop": 970413449
        },
        {
            "start": 970413452,
            "stop": 970413469
        },
        {
            "start": 970413474,
            "stop": 970413475
        },
        {
            "start": 970413478,
            "stop": 970413483
        },
        {
            "start": 970413487,
            "stop": 970413488
        },
        {
            "start": 970413496,
            "stop": 970413516
        },
        {
            "start": 970413519,
            "stop": 970413529
        }
    ]
}