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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=113",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 114,
    "results": [
        {
            "start": 931447393,
            "stop": 931447632
        },
        {
            "start": 931447634,
            "stop": 931447855
        },
        {
            "start": 931447857,
            "stop": 931448310
        },
        {
            "start": 931448312,
            "stop": 931448315
        },
        {
            "start": 931448317,
            "stop": 931448320
        },
        {
            "start": 931448322,
            "stop": 931448339
        },
        {
            "start": 931448340,
            "stop": 931448726
        },
        {
            "start": 931448727,
            "stop": 931448863
        },
        {
            "start": 931448865,
            "stop": 931448866
        },
        {
            "start": 931448868,
            "stop": 931448914
        },
        {
            "start": 931448916,
            "stop": 931448969
        },
        {
            "start": 931448971,
            "stop": 931449484
        },
        {
            "start": 931449486,
            "stop": 931449643
        },
        {
            "start": 931449645,
            "stop": 931450207
        },
        {
            "start": 931450210,
            "stop": 931450217
        },
        {
            "start": 931450219,
            "stop": 931450260
        },
        {
            "start": 931450262,
            "stop": 931450550
        },
        {
            "start": 931450554,
            "stop": 931450555
        },
        {
            "start": 931450557,
            "stop": 931450710
        },
        {
            "start": 931450712,
            "stop": 931450731
        }
    ]
}