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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=3",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4,
    "results": [
        {
            "start": 815207667,
            "stop": 815207682
        },
        {
            "start": 815207691,
            "stop": 815207741
        },
        {
            "start": 815207744,
            "stop": 815207765
        },
        {
            "start": 815207768,
            "stop": 815207810
        },
        {
            "start": 815207818,
            "stop": 815207891
        },
        {
            "start": 815207894,
            "stop": 815208006
        },
        {
            "start": 815208013,
            "stop": 815208035
        },
        {
            "start": 815208042,
            "stop": 815208073
        },
        {
            "start": 815208080,
            "stop": 815208166
        },
        {
            "start": 815208175,
            "stop": 815208185
        },
        {
            "start": 815208208,
            "stop": 815208255
        },
        {
            "start": 815208262,
            "stop": 815208289
        },
        {
            "start": 815208297,
            "stop": 815208384
        },
        {
            "start": 815208391,
            "stop": 815208418
        },
        {
            "start": 815208425,
            "stop": 815208561
        },
        {
            "start": 815208574,
            "stop": 815208590
        },
        {
            "start": 815208594,
            "stop": 815208617
        },
        {
            "start": 815208624,
            "stop": 815208662
        },
        {
            "start": 815208671,
            "stop": 815208676
        },
        {
            "start": 815208685,
            "stop": 815208688
        }
    ]
}