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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=312",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 313,
    "results": [
        {
            "start": 1240205106,
            "stop": 1240205225
        },
        {
            "start": 1240205226,
            "stop": 1240205345
        },
        {
            "start": 1240205346,
            "stop": 1240205465
        },
        {
            "start": 1240205466,
            "stop": 1240205473
        },
        {
            "start": 1240205476,
            "stop": 1240205585
        },
        {
            "start": 1240205586,
            "stop": 1240205705
        },
        {
            "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
        }
    ]
}