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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=506",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=504",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 505,
    "results": [
        {
            "start": 961456142,
            "stop": 961480536
        },
        {
            "start": 961482706,
            "stop": 961497789
        },
        {
            "start": 961501108,
            "stop": 961510187
        },
        {
            "start": 961515804,
            "stop": 961516408
        },
        {
            "start": 961521270,
            "stop": 961522750
        },
        {
            "start": 961524606,
            "stop": 961525626
        },
        {
            "start": 961527557,
            "stop": 961527636
        },
        {
            "start": 961528948,
            "stop": 961533208
        },
        {
            "start": 961533211,
            "stop": 961535793
        },
        {
            "start": 961537381,
            "stop": 961556220
        },
        {
            "start": 961559720,
            "stop": 961566193
        },
        {
            "start": 961573355,
            "stop": 961582301
        },
        {
            "start": 961585019,
            "stop": 961589233
        },
        {
            "start": 961596192,
            "stop": 961603552
        },
        {
            "start": 961605811,
            "stop": 961605964
        },
        {
            "start": 961607878,
            "stop": 961612788
        },
        {
            "start": 961612789,
            "stop": 961615954
        },
        {
            "start": 961617672,
            "stop": 961617752
        },
        {
            "start": 961617792,
            "stop": 961637555
        },
        {
            "start": 961641212,
            "stop": 961642540
        }
    ]
}