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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=45",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 46,
    "results": [
        {
            "start": 971368750,
            "stop": 971368910
        },
        {
            "start": 971432070,
            "stop": 971432230
        },
        {
            "start": 971525445,
            "stop": 971525598
        },
        {
            "start": 971597364,
            "stop": 971597781
        },
        {
            "start": 971598565,
            "stop": 971598981
        },
        {
            "start": 971604564,
            "stop": 971604981
        },
        {
            "start": 971605764,
            "stop": 971606181
        }
    ]
}