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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2453",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2454,
    "results": [
        {
            "start": 874491792,
            "stop": 874493264
        },
        {
            "start": 874493281,
            "stop": 874494700
        },
        {
            "start": 874494717,
            "stop": 874495281
        },
        {
            "start": 874495298,
            "stop": 874495788
        },
        {
            "start": 874495805,
            "stop": 874495995
        },
        {
            "start": 874496012,
            "stop": 874496362
        },
        {
            "start": 874496379,
            "stop": 874496707
        },
        {
            "start": 874496724,
            "stop": 874497306
        },
        {
            "start": 874497323,
            "stop": 874497586
        },
        {
            "start": 874497603,
            "stop": 874497658
        },
        {
            "start": 874497682,
            "stop": 874497997
        },
        {
            "start": 874498014,
            "stop": 874498077
        },
        {
            "start": 874498094,
            "stop": 874498166
        },
        {
            "start": 874498183,
            "stop": 874498333
        },
        {
            "start": 874498350,
            "stop": 874498858
        },
        {
            "start": 874498875,
            "stop": 874499165
        },
        {
            "start": 874499182,
            "stop": 874499381
        },
        {
            "start": 874499398,
            "stop": 874499532
        },
        {
            "start": 874499549,
            "stop": 874499719
        },
        {
            "start": 874499736,
            "stop": 874499787
        }
    ]
}