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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=41",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 42,
    "results": [
        {
            "start": 816149454,
            "stop": 816149545
        },
        {
            "start": 816149548,
            "stop": 816149557
        },
        {
            "start": 816149560,
            "stop": 816149837
        },
        {
            "start": 816149840,
            "stop": 816149842
        },
        {
            "start": 816149846,
            "stop": 816149940
        },
        {
            "start": 816149943,
            "stop": 816149974
        },
        {
            "start": 816149991,
            "stop": 816150279
        },
        {
            "start": 816150282,
            "stop": 816150415
        },
        {
            "start": 816150418,
            "stop": 816150736
        },
        {
            "start": 816150739,
            "stop": 816150783
        },
        {
            "start": 816150786,
            "stop": 816150989
        },
        {
            "start": 816150992,
            "stop": 816151007
        },
        {
            "start": 816151011,
            "stop": 816151107
        },
        {
            "start": 816151110,
            "stop": 816151280
        },
        {
            "start": 816151283,
            "stop": 816151308
        },
        {
            "start": 816151311,
            "stop": 816151381
        },
        {
            "start": 816151384,
            "stop": 816151538
        },
        {
            "start": 816151541,
            "stop": 816151676
        },
        {
            "start": 816151680,
            "stop": 816151912
        },
        {
            "start": 816151915,
            "stop": 816152271
        }
    ]
}