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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 2,
    "results": [
        {
            "start": 1164773847,
            "stop": 1164774480
        },
        {
            "start": 1164777979,
            "stop": 1164778487
        },
        {
            "start": 1164778489,
            "stop": 1164779062
        },
        {
            "start": 1164779063,
            "stop": 1164779240
        },
        {
            "start": 1164779242,
            "stop": 1164781358
        },
        {
            "start": 1164781359,
            "stop": 1164782044
        },
        {
            "start": 1164786174,
            "stop": 1164786535
        },
        {
            "start": 1164786536,
            "stop": 1164787051
        },
        {
            "start": 1164787052,
            "stop": 1164787549
        },
        {
            "start": 1164787550,
            "stop": 1164788811
        },
        {
            "start": 1164788814,
            "stop": 1164789050
        },
        {
            "start": 1164789052,
            "stop": 1164789525
        },
        {
            "start": 1164789526,
            "stop": 1164789552
        },
        {
            "start": 1164789553,
            "stop": 1164790055
        },
        {
            "start": 1164790056,
            "stop": 1164790088
        },
        {
            "start": 1164790089,
            "stop": 1164790135
        },
        {
            "start": 1164790137,
            "stop": 1164790281
        },
        {
            "start": 1164790282,
            "stop": 1164790884
        },
        {
            "start": 1164790886,
            "stop": 1164791076
        },
        {
            "start": 1164791284,
            "stop": 1164791546
        }
    ]
}