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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4068",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4069,
    "results": [
        {
            "start": 875128744,
            "stop": 875128756
        },
        {
            "start": 875128772,
            "stop": 875128782
        },
        {
            "start": 875128793,
            "stop": 875128796
        },
        {
            "start": 875128807,
            "stop": 875128808
        },
        {
            "start": 875128814,
            "stop": 875128815
        },
        {
            "start": 875128820,
            "stop": 875128822
        },
        {
            "start": 875128826,
            "stop": 875128830
        },
        {
            "start": 875128840,
            "stop": 875128842
        },
        {
            "start": 875128847,
            "stop": 875128850
        },
        {
            "start": 875128853,
            "stop": 875128894
        },
        {
            "start": 875128897,
            "stop": 875128905
        },
        {
            "start": 875128909,
            "stop": 875128982
        },
        {
            "start": 875128985,
            "stop": 875128992
        },
        {
            "start": 875128995,
            "stop": 875128999
        },
        {
            "start": 875129002,
            "stop": 875129099
        },
        {
            "start": 875129102,
            "stop": 875129106
        },
        {
            "start": 875129109,
            "stop": 875129782
        },
        {
            "start": 875129785,
            "stop": 875129820
        },
        {
            "start": 875129880,
            "stop": 875133998
        },
        {
            "start": 875137357,
            "stop": 875137380
        }
    ]
}