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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5873",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5874,
    "results": [
        {
            "start": 874791936,
            "stop": 874792098
        },
        {
            "start": 874792108,
            "stop": 874792146
        },
        {
            "start": 874792149,
            "stop": 874792158
        },
        {
            "start": 874792161,
            "stop": 874792186
        },
        {
            "start": 874792189,
            "stop": 874792240
        },
        {
            "start": 874792243,
            "stop": 874792258
        },
        {
            "start": 874792264,
            "stop": 874792267
        },
        {
            "start": 874792270,
            "stop": 874792334
        },
        {
            "start": 874792338,
            "stop": 874792368
        },
        {
            "start": 874792371,
            "stop": 874792373
        },
        {
            "start": 874792376,
            "stop": 874792426
        },
        {
            "start": 874792429,
            "stop": 874792449
        },
        {
            "start": 874792452,
            "stop": 874792564
        },
        {
            "start": 874792567,
            "stop": 874792703
        },
        {
            "start": 874792706,
            "stop": 874792762
        },
        {
            "start": 874792765,
            "stop": 874792819
        },
        {
            "start": 874792822,
            "stop": 874792824
        },
        {
            "start": 874792828,
            "stop": 874792858
        },
        {
            "start": 874792861,
            "stop": 874792894
        },
        {
            "start": 874792897,
            "stop": 874792905
        }
    ]
}