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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=323",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 324,
    "results": [
        {
            "start": 1240229825,
            "stop": 1240229944
        },
        {
            "start": 1240229945,
            "stop": 1240230064
        },
        {
            "start": 1240230065,
            "stop": 1240230097
        },
        {
            "start": 1240230101,
            "stop": 1240230164
        },
        {
            "start": 1240230168,
            "stop": 1240230184
        },
        {
            "start": 1240230185,
            "stop": 1240230304
        },
        {
            "start": 1240230305,
            "stop": 1240230424
        },
        {
            "start": 1240230425,
            "stop": 1240230539
        },
        {
            "start": 1240230545,
            "stop": 1240230663
        },
        {
            "start": 1240230666,
            "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": 1240231688
        },
        {
            "start": 1240231691,
            "stop": 1240231744
        },
        {
            "start": 1240231745,
            "stop": 1240231864
        }
    ]
}