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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=82",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 83,
    "results": [
        {
            "start": 1166434681,
            "stop": 1166434782
        },
        {
            "start": 1166434784,
            "stop": 1166434819
        },
        {
            "start": 1166434820,
            "stop": 1166434828
        },
        {
            "start": 1166434829,
            "stop": 1166434833
        },
        {
            "start": 1166434834,
            "stop": 1166434835
        },
        {
            "start": 1166434836,
            "stop": 1166434935
        },
        {
            "start": 1166434936,
            "stop": 1166434939
        },
        {
            "start": 1166434940,
            "stop": 1166434966
        },
        {
            "start": 1166434968,
            "stop": 1166434972
        },
        {
            "start": 1166434973,
            "stop": 1166434990
        },
        {
            "start": 1166434991,
            "stop": 1166435095
        },
        {
            "start": 1166435096,
            "stop": 1166435117
        },
        {
            "start": 1166435118,
            "stop": 1166435125
        },
        {
            "start": 1166435127,
            "stop": 1166435139
        },
        {
            "start": 1166435140,
            "stop": 1166435149
        },
        {
            "start": 1166435151,
            "stop": 1166435168
        },
        {
            "start": 1166435169,
            "stop": 1166435333
        },
        {
            "start": 1166435334,
            "stop": 1166435388
        },
        {
            "start": 1166435389,
            "stop": 1166435446
        },
        {
            "start": 1166435447,
            "stop": 1166435562
        }
    ]
}