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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=47",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 48,
    "results": [
        {
            "start": 816177684,
            "stop": 816177738
        },
        {
            "start": 816177745,
            "stop": 816177764
        },
        {
            "start": 816177771,
            "stop": 816177862
        },
        {
            "start": 816177869,
            "stop": 816177891
        },
        {
            "start": 816177899,
            "stop": 816177903
        },
        {
            "start": 816177910,
            "stop": 816177927
        },
        {
            "start": 816177944,
            "stop": 816178000
        },
        {
            "start": 816178007,
            "stop": 816178054
        },
        {
            "start": 816178061,
            "stop": 816178185
        },
        {
            "start": 816178192,
            "stop": 816178306
        },
        {
            "start": 816178313,
            "stop": 816178447
        },
        {
            "start": 816178454,
            "stop": 816178488
        },
        {
            "start": 816178495,
            "stop": 816178578
        },
        {
            "start": 816178589,
            "stop": 816178609
        },
        {
            "start": 816178617,
            "stop": 816178653
        },
        {
            "start": 816178662,
            "stop": 816178696
        },
        {
            "start": 816178703,
            "stop": 816178726
        },
        {
            "start": 816178734,
            "stop": 816178737
        },
        {
            "start": 816178744,
            "stop": 816178776
        },
        {
            "start": 816178783,
            "stop": 816179178
        }
    ]
}