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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=195",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 196,
    "results": [
        {
            "start": 1420554291,
            "stop": 1420554327
        },
        {
            "start": 1420554331,
            "stop": 1420554343
        },
        {
            "start": 1420554347,
            "stop": 1420554351
        },
        {
            "start": 1420554356,
            "stop": 1420554455
        },
        {
            "start": 1420554459,
            "stop": 1420554506
        },
        {
            "start": 1420554507,
            "stop": 1420554531
        },
        {
            "start": 1420554535,
            "stop": 1420554559
        },
        {
            "start": 1420554567,
            "stop": 1420554590
        },
        {
            "start": 1420554592,
            "stop": 1420554615
        },
        {
            "start": 1420554623,
            "stop": 1420554671
        },
        {
            "start": 1420554675,
            "stop": 1420554677
        },
        {
            "start": 1420559666,
            "stop": 1420566741
        },
        {
            "start": 1420566746,
            "stop": 1420568492
        },
        {
            "start": 1420568493,
            "stop": 1420568744
        },
        {
            "start": 1420568745,
            "stop": 1420568772
        },
        {
            "start": 1420568774,
            "stop": 1420568813
        },
        {
            "start": 1420568821,
            "stop": 1420568865
        },
        {
            "start": 1420568867,
            "stop": 1420569266
        },
        {
            "start": 1420569268,
            "stop": 1420569297
        },
        {
            "start": 1420569299,
            "stop": 1420569317
        }
    ]
}