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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=898",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 899,
    "results": [
        {
            "start": 971601267,
            "stop": 971601291
        },
        {
            "start": 971601297,
            "stop": 971601466
        },
        {
            "start": 971601472,
            "stop": 971601661
        },
        {
            "start": 971603367,
            "stop": 971610663
        },
        {
            "start": 971612815,
            "stop": 971614889
        }
    ]
}