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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=232",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 233,
    "results": [
        {
            "start": 1240229705,
            "stop": 1240229824
        },
        {
            "start": 1240229825,
            "stop": 1240229944
        },
        {
            "start": 1240229945,
            "stop": 1240230064
        },
        {
            "start": 1240230065,
            "stop": 1240230184
        },
        {
            "start": 1240230185,
            "stop": 1240230304
        },
        {
            "start": 1240230305,
            "stop": 1240230424
        },
        {
            "start": 1240230425,
            "stop": 1240230544
        },
        {
            "start": 1240230545,
            "stop": 1240230664
        },
        {
            "start": 1240230665,
            "stop": 1240230784
        },
        {
            "start": 1240230785,
            "stop": 1240230904
        },
        {
            "start": 1240230905,
            "stop": 1240231024
        },
        {
            "start": 1240231025,
            "stop": 1240231144
        },
        {
            "start": 1240231145,
            "stop": 1240231264
        },
        {
            "start": 1240231265,
            "stop": 1240231384
        },
        {
            "start": 1240231385,
            "stop": 1240231504
        },
        {
            "start": 1240231505,
            "stop": 1240231624
        },
        {
            "start": 1240231625,
            "stop": 1240231744
        },
        {
            "start": 1240231745,
            "stop": 1240231864
        },
        {
            "start": 1240231865,
            "stop": 1240231984
        },
        {
            "start": 1240231985,
            "stop": 1240232104
        }
    ]
}