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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=134",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 135,
    "results": [
        {
            "start": 837653136,
            "stop": 837653892
        },
        {
            "start": 837653898,
            "stop": 837667952
        },
        {
            "start": 837668792,
            "stop": 837696602
        },
        {
            "start": 837696609,
            "stop": 837723751
        },
        {
            "start": 837727091,
            "stop": 837743054
        },
        {
            "start": 837743055,
            "stop": 837743470
        },
        {
            "start": 837743477,
            "stop": 837766538
        },
        {
            "start": 837767310,
            "stop": 837778282
        },
        {
            "start": 837779093,
            "stop": 837782955
        },
        {
            "start": 837782957,
            "stop": 837783937
        },
        {
            "start": 837783938,
            "stop": 837785384
        },
        {
            "start": 837785390,
            "stop": 837785615
        },
        {
            "start": 837785733,
            "stop": 837787284
        },
        {
            "start": 837788519,
            "stop": 837788550
        },
        {
            "start": 837788557,
            "stop": 837788868
        },
        {
            "start": 837790232,
            "stop": 837790233
        },
        {
            "start": 837790251,
            "stop": 837790253
        },
        {
            "start": 837790270,
            "stop": 837792519
        },
        {
            "start": 837792527,
            "stop": 837792821
        },
        {
            "start": 837792830,
            "stop": 837792834
        }
    ]
}