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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=227",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 228,
    "results": [
        {
            "start": 1240217686,
            "stop": 1240217804
        },
        {
            "start": 1240217806,
            "stop": 1240217924
        },
        {
            "start": 1240217926,
            "stop": 1240218044
        },
        {
            "start": 1240218046,
            "stop": 1240218184
        },
        {
            "start": 1240218186,
            "stop": 1240218304
        },
        {
            "start": 1240218306,
            "stop": 1240218424
        },
        {
            "start": 1240218426,
            "stop": 1240218544
        },
        {
            "start": 1240218546,
            "stop": 1240218664
        },
        {
            "start": 1240218666,
            "stop": 1240218784
        },
        {
            "start": 1240218786,
            "stop": 1240218904
        },
        {
            "start": 1240218906,
            "stop": 1240219024
        },
        {
            "start": 1240219026,
            "stop": 1240219144
        },
        {
            "start": 1240219146,
            "stop": 1240219262
        },
        {
            "start": 1240219263,
            "stop": 1240219384
        },
        {
            "start": 1240219386,
            "stop": 1240219504
        },
        {
            "start": 1240219506,
            "stop": 1240219624
        },
        {
            "start": 1240219626,
            "stop": 1240219744
        },
        {
            "start": 1240219746,
            "stop": 1240219864
        },
        {
            "start": 1240219866,
            "stop": 1240219984
        },
        {
            "start": 1240219986,
            "stop": 1240220104
        }
    ]
}