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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=158",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 159,
    "results": [
        {
            "start": 1419034795,
            "stop": 1419035174
        },
        {
            "start": 1419035182,
            "stop": 1419035675
        },
        {
            "start": 1419035676,
            "stop": 1419036660
        },
        {
            "start": 1419036663,
            "stop": 1419037702
        },
        {
            "start": 1419037706,
            "stop": 1419037859
        },
        {
            "start": 1419037861,
            "stop": 1419037862
        },
        {
            "start": 1419037863,
            "stop": 1419038557
        },
        {
            "start": 1419038559,
            "stop": 1419038561
        },
        {
            "start": 1419038562,
            "stop": 1419038838
        },
        {
            "start": 1419038842,
            "stop": 1419038862
        },
        {
            "start": 1419038866,
            "stop": 1419038890
        },
        {
            "start": 1419038894,
            "stop": 1419039782
        },
        {
            "start": 1419039787,
            "stop": 1419040079
        },
        {
            "start": 1419040080,
            "stop": 1419040222
        },
        {
            "start": 1419040230,
            "stop": 1419040415
        },
        {
            "start": 1419040417,
            "stop": 1419041050
        },
        {
            "start": 1419041051,
            "stop": 1419041686
        },
        {
            "start": 1419041691,
            "stop": 1419042846
        },
        {
            "start": 1419042854,
            "stop": 1419044214
        },
        {
            "start": 1419044222,
            "stop": 1419045562
        }
    ]
}