Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=223
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=222",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 223,
    "results": [
        {
            "start": 1240205706,
            "stop": 1240205825
        },
        {
            "start": 1240205826,
            "stop": 1240205945
        },
        {
            "start": 1240205946,
            "stop": 1240206065
        },
        {
            "start": 1240206066,
            "stop": 1240206185
        },
        {
            "start": 1240206186,
            "stop": 1240206305
        },
        {
            "start": 1240206306,
            "stop": 1240206425
        },
        {
            "start": 1240206426,
            "stop": 1240206545
        },
        {
            "start": 1240206546,
            "stop": 1240206665
        },
        {
            "start": 1240206666,
            "stop": 1240206785
        },
        {
            "start": 1240206786,
            "stop": 1240206904
        },
        {
            "start": 1240206906,
            "stop": 1240207024
        },
        {
            "start": 1240207026,
            "stop": 1240207144
        },
        {
            "start": 1240207146,
            "stop": 1240207264
        },
        {
            "start": 1240207266,
            "stop": 1240207384
        },
        {
            "start": 1240207386,
            "stop": 1240207504
        },
        {
            "start": 1240207506,
            "stop": 1240207624
        },
        {
            "start": 1240207626,
            "stop": 1240207744
        },
        {
            "start": 1240207746,
            "stop": 1240207865
        },
        {
            "start": 1240207866,
            "stop": 1240207985
        },
        {
            "start": 1240207986,
            "stop": 1240208105
        }
    ]
}