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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=16",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 17,
    "results": [
        {
            "start": 1259798434,
            "stop": 1259807754
        },
        {
            "start": 1259807755,
            "stop": 1259843513
        },
        {
            "start": 1259843514,
            "stop": 1259854743
        },
        {
            "start": 1259854744,
            "stop": 1259854875
        },
        {
            "start": 1259855839,
            "stop": 1259864055
        },
        {
            "start": 1259864056,
            "stop": 1259883666
        },
        {
            "start": 1259883667,
            "stop": 1259884854
        },
        {
            "start": 1259884855,
            "stop": 1259884864
        },
        {
            "start": 1259884866,
            "stop": 1260011263
        },
        {
            "start": 1260011264,
            "stop": 1260014620
        },
        {
            "start": 1260014621,
            "stop": 1260018881
        },
        {
            "start": 1260018882,
            "stop": 1260019152
        },
        {
            "start": 1260019153,
            "stop": 1260019956
        },
        {
            "start": 1260019957,
            "stop": 1260020214
        },
        {
            "start": 1260020215,
            "stop": 1260020456
        },
        {
            "start": 1260020457,
            "stop": 1260020712
        },
        {
            "start": 1260020713,
            "stop": 1260021188
        },
        {
            "start": 1260021189,
            "stop": 1260021438
        },
        {
            "start": 1260021439,
            "stop": 1260021955
        },
        {
            "start": 1260021956,
            "stop": 1260023113
        }
    ]
}