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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=30",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 31,
    "results": [
        {
            "start": 817000715,
            "stop": 817000981
        },
        {
            "start": 817000984,
            "stop": 817001280
        },
        {
            "start": 817001283,
            "stop": 817003847
        },
        {
            "start": 817003849,
            "stop": 817004644
        },
        {
            "start": 817004647,
            "stop": 817005199
        },
        {
            "start": 817005202,
            "stop": 817005263
        },
        {
            "start": 817005280,
            "stop": 817006665
        },
        {
            "start": 817006668,
            "stop": 817007064
        },
        {
            "start": 817007068,
            "stop": 817012419
        },
        {
            "start": 817012422,
            "stop": 817012424
        },
        {
            "start": 817012427,
            "stop": 817015976
        },
        {
            "start": 817015980,
            "stop": 817015983
        },
        {
            "start": 817015986,
            "stop": 817017397
        },
        {
            "start": 817017400,
            "stop": 817018425
        },
        {
            "start": 817018428,
            "stop": 817018464
        },
        {
            "start": 817018468,
            "stop": 817018544
        },
        {
            "start": 817018563,
            "stop": 817020077
        },
        {
            "start": 817020080,
            "stop": 817021667
        },
        {
            "start": 817021670,
            "stop": 817021832
        },
        {
            "start": 817021849,
            "stop": 817022244
        }
    ]
}