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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3825",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3826,
    "results": [
        {
            "start": 873439190,
            "stop": 873439198
        },
        {
            "start": 873439199,
            "stop": 873439208
        },
        {
            "start": 873439209,
            "stop": 873439220
        },
        {
            "start": 873439221,
            "stop": 873439241
        },
        {
            "start": 873439242,
            "stop": 873439261
        },
        {
            "start": 873439263,
            "stop": 873439272
        },
        {
            "start": 873439273,
            "stop": 873439803
        },
        {
            "start": 873439806,
            "stop": 873439962
        },
        {
            "start": 873439966,
            "stop": 873440218
        },
        {
            "start": 873440220,
            "stop": 873440569
        },
        {
            "start": 873440572,
            "stop": 873440596
        },
        {
            "start": 873440600,
            "stop": 873440758
        },
        {
            "start": 873440761,
            "stop": 873440807
        },
        {
            "start": 873440810,
            "stop": 873440812
        },
        {
            "start": 873440815,
            "stop": 873441210
        },
        {
            "start": 873441213,
            "stop": 873442015
        },
        {
            "start": 873442022,
            "stop": 873442032
        },
        {
            "start": 873442035,
            "stop": 873442280
        },
        {
            "start": 873442283,
            "stop": 873444290
        },
        {
            "start": 873444293,
            "stop": 873444737
        }
    ]
}