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_CAT3/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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=195",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 196,
    "results": [
        {
            "start": 1181767804,
            "stop": 1181767939
        },
        {
            "start": 1181767940,
            "stop": 1181767985
        },
        {
            "start": 1181767987,
            "stop": 1181769082
        },
        {
            "start": 1181769084,
            "stop": 1181776118
        },
        {
            "start": 1181779897,
            "stop": 1181845005
        },
        {
            "start": 1181849087,
            "stop": 1181850697
        },
        {
            "start": 1181850698,
            "stop": 1181850700
        },
        {
            "start": 1181850702,
            "stop": 1181850710
        },
        {
            "start": 1181850711,
            "stop": 1181850712
        },
        {
            "start": 1181850713,
            "stop": 1181850716
        },
        {
            "start": 1181850719,
            "stop": 1181850742
        },
        {
            "start": 1181850748,
            "stop": 1181850750
        },
        {
            "start": 1181850751,
            "stop": 1181850752
        },
        {
            "start": 1181850756,
            "stop": 1181850758
        },
        {
            "start": 1181850760,
            "stop": 1181850783
        },
        {
            "start": 1181850785,
            "stop": 1181850792
        },
        {
            "start": 1181850796,
            "stop": 1181850816
        },
        {
            "start": 1181850821,
            "stop": 1181850822
        },
        {
            "start": 1181850823,
            "stop": 1181850824
        },
        {
            "start": 1181850826,
            "stop": 1181850827
        }
    ]
}