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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=85",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 86,
    "results": [
        {
            "start": 1166438044,
            "stop": 1166438105
        },
        {
            "start": 1166438106,
            "stop": 1166438107
        },
        {
            "start": 1166438108,
            "stop": 1166438172
        },
        {
            "start": 1166438173,
            "stop": 1166438188
        },
        {
            "start": 1166438189,
            "stop": 1166438245
        },
        {
            "start": 1166438246,
            "stop": 1166438248
        },
        {
            "start": 1166438249,
            "stop": 1166438266
        },
        {
            "start": 1166438267,
            "stop": 1166438454
        },
        {
            "start": 1166438456,
            "stop": 1166438582
        },
        {
            "start": 1166438583,
            "stop": 1166438607
        },
        {
            "start": 1166438608,
            "stop": 1166438629
        },
        {
            "start": 1166438630,
            "stop": 1166438739
        },
        {
            "start": 1166438741,
            "stop": 1166438810
        },
        {
            "start": 1166438812,
            "stop": 1166438838
        },
        {
            "start": 1166438842,
            "stop": 1166439054
        },
        {
            "start": 1166439055,
            "stop": 1166439059
        },
        {
            "start": 1166439060,
            "stop": 1166439153
        },
        {
            "start": 1166439154,
            "stop": 1166439205
        },
        {
            "start": 1166439206,
            "stop": 1166439210
        },
        {
            "start": 1166439211,
            "stop": 1166439226
        }
    ]
}