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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=50",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 51,
    "results": [
        {
            "start": 820759617,
            "stop": 820773607
        },
        {
            "start": 820773608,
            "stop": 820804681
        },
        {
            "start": 820806310,
            "stop": 820827946
        },
        {
            "start": 820828434,
            "stop": 820847303
        },
        {
            "start": 820847728,
            "stop": 820854287
        },
        {
            "start": 820854828,
            "stop": 820855460
        },
        {
            "start": 820856038,
            "stop": 820857915
        },
        {
            "start": 820858680,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820861455
        },
        {
            "start": 820861980,
            "stop": 820863824
        },
        {
            "start": 820864144,
            "stop": 820864312
        },
        {
            "start": 820864712,
            "stop": 820867044
        },
        {
            "start": 820867454,
            "stop": 820872847
        },
        {
            "start": 820877248,
            "stop": 820878693
        },
        {
            "start": 820880092,
            "stop": 820884357
        },
        {
            "start": 820884677,
            "stop": 820884683
        },
        {
            "start": 820885083,
            "stop": 820886965
        },
        {
            "start": 820887285,
            "stop": 820887630
        },
        {
            "start": 820888030,
            "stop": 820889256
        },
        {
            "start": 820889752,
            "stop": 820894099
        }
    ]
}