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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6889",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6890,
    "results": [
        {
            "start": 873422523,
            "stop": 873422622
        },
        {
            "start": 873422625,
            "stop": 873422752
        },
        {
            "start": 873422759,
            "stop": 873423075
        },
        {
            "start": 873423078,
            "stop": 873423474
        },
        {
            "start": 873423481,
            "stop": 873424079
        },
        {
            "start": 873424083,
            "stop": 873424189
        },
        {
            "start": 873424193,
            "stop": 873424431
        },
        {
            "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": 873440217
        },
        {
            "start": 873440220,
            "stop": 873440235
        },
        {
            "start": 873440238,
            "stop": 873440569
        },
        {
            "start": 873440572,
            "stop": 873440596
        },
        {
            "start": 873440600,
            "stop": 873440758
        }
    ]
}