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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=577",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 578,
    "results": [
        {
            "start": 1187655855,
            "stop": 1187656721
        },
        {
            "start": 1187681297,
            "stop": 1187681350
        },
        {
            "start": 1187681366,
            "stop": 1187703244
        },
        {
            "start": 1187703248,
            "stop": 1187709144
        },
        {
            "start": 1187709147,
            "stop": 1187709163
        },
        {
            "start": 1187709166,
            "stop": 1187714887
        },
        {
            "start": 1187714890,
            "stop": 1187733125
        },
        {
            "start": 1187733128,
            "stop": 1187733618
        }
    ]
}