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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=301",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 302,
    "results": [
        {
            "start": 865802988,
            "stop": 865807161
        },
        {
            "start": 865807318,
            "stop": 865808378
        },
        {
            "start": 865809599,
            "stop": 865823915
        },
        {
            "start": 865825373,
            "stop": 865826168
        },
        {
            "start": 865826468,
            "stop": 865827610
        },
        {
            "start": 865827685,
            "stop": 865828651
        },
        {
            "start": 865829092,
            "stop": 865829155
        },
        {
            "start": 865830058,
            "stop": 865853534
        },
        {
            "start": 865853851,
            "stop": 865864217
        },
        {
            "start": 865866711,
            "stop": 865876240
        },
        {
            "start": 865877681,
            "stop": 865885218
        },
        {
            "start": 865886115,
            "stop": 865887816
        },
        {
            "start": 865887911,
            "stop": 865893225
        },
        {
            "start": 865897984,
            "stop": 865907573
        },
        {
            "start": 865907575,
            "stop": 865947214
        },
        {
            "start": 865947324,
            "stop": 865947463
        },
        {
            "start": 865947763,
            "stop": 865949835
        },
        {
            "start": 865950246,
            "stop": 865957875
        },
        {
            "start": 865958043,
            "stop": 865965697
        },
        {
            "start": 865974877,
            "stop": 865982008
        }
    ]
}