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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 199,
    "results": [
        {
            "start": 1176795758,
            "stop": 1176795848
        },
        {
            "start": 1176795850,
            "stop": 1176795904
        },
        {
            "start": 1176795905,
            "stop": 1176795915
        },
        {
            "start": 1176795919,
            "stop": 1176795920
        },
        {
            "start": 1176795921,
            "stop": 1176795922
        },
        {
            "start": 1176795923,
            "stop": 1176795929
        },
        {
            "start": 1176795930,
            "stop": 1176795932
        },
        {
            "start": 1176795933,
            "stop": 1176796003
        },
        {
            "start": 1176796004,
            "stop": 1176796041
        },
        {
            "start": 1176796042,
            "stop": 1176796043
        },
        {
            "start": 1176796044,
            "stop": 1176796046
        },
        {
            "start": 1176796047,
            "stop": 1176796205
        },
        {
            "start": 1176796209,
            "stop": 1176796222
        },
        {
            "start": 1176796227,
            "stop": 1176796250
        },
        {
            "start": 1176796257,
            "stop": 1176796258
        },
        {
            "start": 1176796260,
            "stop": 1176796293
        },
        {
            "start": 1176796295,
            "stop": 1176796297
        },
        {
            "start": 1176796302,
            "stop": 1176796303
        },
        {
            "start": 1176796304,
            "stop": 1176796369
        },
        {
            "start": 1176796375,
            "stop": 1176796459
        }
    ]
}