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=5189
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=5190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5188",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5189,
    "results": [
        {
            "start": 875138939,
            "stop": 875138978
        },
        {
            "start": 875139001,
            "stop": 875139080
        },
        {
            "start": 875139099,
            "stop": 875139229
        },
        {
            "start": 875139248,
            "stop": 875139255
        },
        {
            "start": 875139288,
            "stop": 875139367
        },
        {
            "start": 875139399,
            "stop": 875139465
        },
        {
            "start": 875139485,
            "stop": 875139493
        },
        {
            "start": 875139530,
            "stop": 875139536
        },
        {
            "start": 875139555,
            "stop": 875139611
        },
        {
            "start": 875139630,
            "stop": 875139669
        },
        {
            "start": 875139689,
            "stop": 875139761
        },
        {
            "start": 875139803,
            "stop": 875139869
        },
        {
            "start": 875139888,
            "stop": 875139942
        },
        {
            "start": 875139961,
            "stop": 875140013
        },
        {
            "start": 875140033,
            "stop": 875140067
        },
        {
            "start": 875140101,
            "stop": 875140120
        },
        {
            "start": 875140139,
            "stop": 875140148
        },
        {
            "start": 875140167,
            "stop": 875140190
        },
        {
            "start": 875140209,
            "stop": 875140343
        },
        {
            "start": 875140379,
            "stop": 875140461
        }
    ]
}