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_CBCLOW_CAT4/segments?format=api&page=8895
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_CBCLOW_CAT4/segments?format=api&page=8894",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8895,
    "results": [
        {
            "start": 875227339,
            "stop": 875228380
        },
        {
            "start": 875228634,
            "stop": 875229467
        },
        {
            "start": 875229474,
            "stop": 875230068
        },
        {
            "start": 875230075,
            "stop": 875231195
        },
        {
            "start": 875231212,
            "stop": 875231401
        },
        {
            "start": 875231521,
            "stop": 875232014
        }
    ]
}