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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=159",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 160,
    "results": [
        {
            "start": 1176792373,
            "stop": 1176792835
        },
        {
            "start": 1176792836,
            "stop": 1176792839
        },
        {
            "start": 1176792841,
            "stop": 1176793109
        },
        {
            "start": 1176793110,
            "stop": 1176794463
        },
        {
            "start": 1176794464,
            "stop": 1176794852
        },
        {
            "start": 1176794853,
            "stop": 1176794876
        },
        {
            "start": 1176794877,
            "stop": 1176794879
        },
        {
            "start": 1176794881,
            "stop": 1176795038
        },
        {
            "start": 1176795039,
            "stop": 1176795215
        },
        {
            "start": 1176795218,
            "stop": 1176795219
        },
        {
            "start": 1176795222,
            "stop": 1176795757
        },
        {
            "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
        }
    ]
}