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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=53",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 54,
    "results": [
        {
            "start": 1165848009,
            "stop": 1165848032
        },
        {
            "start": 1165848033,
            "stop": 1165848068
        },
        {
            "start": 1165848069,
            "stop": 1165848083
        },
        {
            "start": 1165848085,
            "stop": 1165848112
        },
        {
            "start": 1165848113,
            "stop": 1165848114
        },
        {
            "start": 1165848115,
            "stop": 1165848127
        },
        {
            "start": 1165848128,
            "stop": 1165848135
        },
        {
            "start": 1165848136,
            "stop": 1165848139
        },
        {
            "start": 1165848140,
            "stop": 1165848152
        },
        {
            "start": 1165848153,
            "stop": 1165848154
        },
        {
            "start": 1165848156,
            "stop": 1165848158
        },
        {
            "start": 1165848159,
            "stop": 1165848181
        },
        {
            "start": 1165848182,
            "stop": 1165848250
        },
        {
            "start": 1165848251,
            "stop": 1165848257
        },
        {
            "start": 1165848258,
            "stop": 1165848266
        },
        {
            "start": 1165848267,
            "stop": 1165848268
        },
        {
            "start": 1165848271,
            "stop": 1165848281
        },
        {
            "start": 1165848282,
            "stop": 1165848297
        },
        {
            "start": 1165848298,
            "stop": 1165848300
        },
        {
            "start": 1165848301,
            "stop": 1165848306
        }
    ]
}