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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=58",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 59,
    "results": [
        {
            "start": 1165849929,
            "stop": 1165849930
        },
        {
            "start": 1165849931,
            "stop": 1165849932
        },
        {
            "start": 1165849933,
            "stop": 1165849939
        },
        {
            "start": 1165849940,
            "stop": 1165849942
        },
        {
            "start": 1165849943,
            "stop": 1165849944
        },
        {
            "start": 1165849945,
            "stop": 1165849948
        },
        {
            "start": 1165849950,
            "stop": 1165849959
        },
        {
            "start": 1165849960,
            "stop": 1165849969
        },
        {
            "start": 1165849971,
            "stop": 1165849978
        },
        {
            "start": 1165849979,
            "stop": 1165849980
        },
        {
            "start": 1165849981,
            "stop": 1165850004
        },
        {
            "start": 1165850005,
            "stop": 1165850023
        },
        {
            "start": 1165850025,
            "stop": 1165850034
        },
        {
            "start": 1165850035,
            "stop": 1165850043
        },
        {
            "start": 1165850044,
            "stop": 1165850051
        },
        {
            "start": 1165850052,
            "stop": 1165850066
        },
        {
            "start": 1165850067,
            "stop": 1165850084
        },
        {
            "start": 1165850086,
            "stop": 1165850097
        },
        {
            "start": 1165850098,
            "stop": 1165850100
        },
        {
            "start": 1165850101,
            "stop": 1165850170
        }
    ]
}