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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 29,
    "results": [
        {
            "start": 816999352,
            "stop": 817000682
        },
        {
            "start": 817000685,
            "stop": 817000712
        },
        {
            "start": 817000715,
            "stop": 817000981
        },
        {
            "start": 817000984,
            "stop": 817001280
        },
        {
            "start": 817001283,
            "stop": 817003847
        },
        {
            "start": 817003849,
            "stop": 817004644
        },
        {
            "start": 817004647,
            "stop": 817005199
        },
        {
            "start": 817005202,
            "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": 817017943
        },
        {
            "start": 817018124,
            "stop": 817018425
        },
        {
            "start": 817018428,
            "stop": 817018464
        },
        {
            "start": 817018468,
            "stop": 817018552
        },
        {
            "start": 817018556,
            "stop": 817020077
        },
        {
            "start": 817020080,
            "stop": 817021667
        }
    ]
}