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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=36",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 37,
    "results": [
        {
            "start": 817186270,
            "stop": 817186271
        },
        {
            "start": 817186274,
            "stop": 817186625
        },
        {
            "start": 817186628,
            "stop": 817187032
        },
        {
            "start": 817187036,
            "stop": 817187458
        },
        {
            "start": 817187461,
            "stop": 817187491
        },
        {
            "start": 817187494,
            "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": 817189744
        },
        {
            "start": 817189761,
            "stop": 817191049
        },
        {
            "start": 817191052,
            "stop": 817191119
        },
        {
            "start": 817191123,
            "stop": 817191259
        },
        {
            "start": 817191265,
            "stop": 817191368
        },
        {
            "start": 817191374,
            "stop": 817191445
        }
    ]
}