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=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 5,
    "results": [
        {
            "start": 815207599,
            "stop": 815207604
        },
        {
            "start": 815207621,
            "stop": 815207663
        },
        {
            "start": 815207667,
            "stop": 815207682
        },
        {
            "start": 815207691,
            "stop": 815207741
        },
        {
            "start": 815207744,
            "stop": 815207765
        },
        {
            "start": 815207768,
            "stop": 815207812
        },
        {
            "start": 815207816,
            "stop": 815207832
        },
        {
            "start": 815207849,
            "stop": 815207870
        },
        {
            "start": 815207887,
            "stop": 815207891
        },
        {
            "start": 815207894,
            "stop": 815208008
        },
        {
            "start": 815208011,
            "stop": 815208037
        },
        {
            "start": 815208040,
            "stop": 815208075
        },
        {
            "start": 815208078,
            "stop": 815208097
        },
        {
            "start": 815208114,
            "stop": 815208150
        },
        {
            "start": 815208210,
            "stop": 815208257
        },
        {
            "start": 815208260,
            "stop": 815208291
        },
        {
            "start": 815208295,
            "stop": 815208386
        },
        {
            "start": 815208389,
            "stop": 815208420
        },
        {
            "start": 815208423,
            "stop": 815208561
        },
        {
            "start": 815208930,
            "stop": 815208942
        }
    ]
}