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/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=278
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=277",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 278,
    "results": [
        {
            "start": 1244667242,
            "stop": 1244667360
        },
        {
            "start": 1244667362,
            "stop": 1244667367
        },
        {
            "start": 1244667369,
            "stop": 1244668071
        },
        {
            "start": 1244668072,
            "stop": 1244668145
        },
        {
            "start": 1244668146,
            "stop": 1244668147
        },
        {
            "start": 1244668149,
            "stop": 1244668155
        },
        {
            "start": 1244668158,
            "stop": 1244668230
        },
        {
            "start": 1244668232,
            "stop": 1244668234
        },
        {
            "start": 1244668236,
            "stop": 1244668261
        },
        {
            "start": 1244668263,
            "stop": 1244668272
        },
        {
            "start": 1244668274,
            "stop": 1244668280
        },
        {
            "start": 1244668281,
            "stop": 1244668341
        },
        {
            "start": 1244668342,
            "stop": 1244668343
        },
        {
            "start": 1244668344,
            "stop": 1244668486
        },
        {
            "start": 1244668487,
            "stop": 1244669605
        },
        {
            "start": 1244669606,
            "stop": 1244669964
        },
        {
            "start": 1244669965,
            "stop": 1244669976
        },
        {
            "start": 1244669978,
            "stop": 1244670094
        },
        {
            "start": 1244670095,
            "stop": 1244670097
        },
        {
            "start": 1244670098,
            "stop": 1244670276
        }
    ]
}