Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=165
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=164",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 165,
    "results": [
        {
            "start": 1177529460,
            "stop": 1177529469
        },
        {
            "start": 1177529471,
            "stop": 1177529507
        },
        {
            "start": 1177529509,
            "stop": 1177529516
        },
        {
            "start": 1177529523,
            "stop": 1177529526
        },
        {
            "start": 1177529533,
            "stop": 1177529537
        },
        {
            "start": 1177529544,
            "stop": 1177529548
        },
        {
            "start": 1177529555,
            "stop": 1177529814
        },
        {
            "start": 1177529818,
            "stop": 1177529847
        },
        {
            "start": 1177529849,
            "stop": 1177530014
        },
        {
            "start": 1177530018,
            "stop": 1177530022
        },
        {
            "start": 1177530027,
            "stop": 1177530094
        },
        {
            "start": 1177530097,
            "stop": 1177530104
        },
        {
            "start": 1177530106,
            "stop": 1177530855
        },
        {
            "start": 1177530860,
            "stop": 1177530867
        },
        {
            "start": 1177530871,
            "stop": 1177530878
        },
        {
            "start": 1177530881,
            "stop": 1177530904
        },
        {
            "start": 1177530909,
            "stop": 1177530915
        },
        {
            "start": 1177530920,
            "stop": 1177531559
        },
        {
            "start": 1177531564,
            "stop": 1177531572
        },
        {
            "start": 1177531578,
            "stop": 1177532637
        }
    ]
}