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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=31",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 32,
    "results": [
        {
            "start": 939114873,
            "stop": 939116089
        },
        {
            "start": 939119758,
            "stop": 939120333
        },
        {
            "start": 939121908,
            "stop": 939122548
        },
        {
            "start": 939126661,
            "stop": 939127252
        },
        {
            "start": 939131266,
            "stop": 939131609
        },
        {
            "start": 939134443,
            "stop": 939134577
        },
        {
            "start": 939137840,
            "stop": 939138224
        },
        {
            "start": 939143177,
            "stop": 939143781
        },
        {
            "start": 939226961,
            "stop": 939227168
        },
        {
            "start": 939228508,
            "stop": 939229784
        },
        {
            "start": 939250473,
            "stop": 939253343
        },
        {
            "start": 939254313,
            "stop": 939254656
        },
        {
            "start": 939255586,
            "stop": 939260103
        },
        {
            "start": 939267920,
            "stop": 939268943
        },
        {
            "start": 939271812,
            "stop": 939273500
        },
        {
            "start": 939274119,
            "stop": 939275129
        },
        {
            "start": 939278070,
            "stop": 939279830
        },
        {
            "start": 939280557,
            "stop": 939281203
        },
        {
            "start": 939281629,
            "stop": 939283441
        },
        {
            "start": 939284385,
            "stop": 939285058
        }
    ]
}