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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4943",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4944,
    "results": [
        {
            "start": 875229934,
            "stop": 875229943
        },
        {
            "start": 875229974,
            "stop": 875230054
        },
        {
            "start": 875230073,
            "stop": 875230088
        },
        {
            "start": 875230108,
            "stop": 875230134
        },
        {
            "start": 875230163,
            "stop": 875230196
        },
        {
            "start": 875231521,
            "stop": 875232014
        }
    ]
}