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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=51",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 52,
    "results": [
        {
            "start": 817182144,
            "stop": 817182360
        },
        {
            "start": 817182420,
            "stop": 817186261
        },
        {
            "start": 817186265,
            "stop": 817186267
        },
        {
            "start": 817186270,
            "stop": 817186271
        },
        {
            "start": 817186274,
            "stop": 817186625
        },
        {
            "start": 817186628,
            "stop": 817187032
        },
        {
            "start": 817187036,
            "stop": 817187458
        },
        {
            "start": 817187461,
            "stop": 817187491
        },
        {
            "start": 817187494,
            "stop": 817187783
        },
        {
            "start": 817187903,
            "stop": 817187918
        },
        {
            "start": 817187921,
            "stop": 817188098
        },
        {
            "start": 817188101,
            "stop": 817188282
        },
        {
            "start": 817188286,
            "stop": 817188503
        },
        {
            "start": 817188507,
            "stop": 817188755
        },
        {
            "start": 817188758,
            "stop": 817188870
        },
        {
            "start": 817188873,
            "stop": 817188901
        },
        {
            "start": 817188904,
            "stop": 817188982
        },
        {
            "start": 817188985,
            "stop": 817189081
        },
        {
            "start": 817189085,
            "stop": 817189474
        },
        {
            "start": 817189594,
            "stop": 817189744
        }
    ]
}