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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 205,
    "results": [
        {
            "start": 1259248381,
            "stop": 1259248385
        },
        {
            "start": 1259248397,
            "stop": 1259248401
        },
        {
            "start": 1259248407,
            "stop": 1259248512
        },
        {
            "start": 1259248515,
            "stop": 1259248525
        },
        {
            "start": 1259248528,
            "stop": 1259248531
        },
        {
            "start": 1259248534,
            "stop": 1259248579
        },
        {
            "start": 1259248582,
            "stop": 1259248628
        },
        {
            "start": 1259248631,
            "stop": 1259248666
        },
        {
            "start": 1259248669,
            "stop": 1259248675
        },
        {
            "start": 1259248678,
            "stop": 1259248691
        },
        {
            "start": 1259248694,
            "stop": 1259248729
        },
        {
            "start": 1259248732,
            "stop": 1259248805
        },
        {
            "start": 1259248808,
            "stop": 1259248931
        },
        {
            "start": 1259248934,
            "stop": 1259248949
        },
        {
            "start": 1259248952,
            "stop": 1259248964
        },
        {
            "start": 1259248967,
            "stop": 1259249000
        },
        {
            "start": 1259249003,
            "stop": 1259249081
        },
        {
            "start": 1259249087,
            "stop": 1259249249
        },
        {
            "start": 1259249252,
            "stop": 1259249279
        },
        {
            "start": 1259249282,
            "stop": 1259249286
        }
    ]
}