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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=348",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 349,
    "results": [
        {
            "start": 875042981,
            "stop": 875056048
        },
        {
            "start": 875058161,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875103206
        },
        {
            "start": 875103287,
            "stop": 875104031
        },
        {
            "start": 875105295,
            "stop": 875154075
        },
        {
            "start": 875162483,
            "stop": 875167202
        },
        {
            "start": 875175392,
            "stop": 875182180
        },
        {
            "start": 875182299,
            "stop": 875184803
        },
        {
            "start": 875186512,
            "stop": 875232014
        }
    ]
}