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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7692",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7690",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7691,
    "results": [
        {
            "start": 971410922,
            "stop": 971411095
        },
        {
            "start": 971411098,
            "stop": 971412683
        },
        {
            "start": 971412686,
            "stop": 971413127
        },
        {
            "start": 971413129,
            "stop": 971413173
        },
        {
            "start": 971413176,
            "stop": 971413959
        },
        {
            "start": 971413962,
            "stop": 971414892
        },
        {
            "start": 971414895,
            "stop": 971417594
        },
        {
            "start": 971417597,
            "stop": 971417856
        },
        {
            "start": 971417861,
            "stop": 971419475
        },
        {
            "start": 971419478,
            "stop": 971419602
        },
        {
            "start": 971419606,
            "stop": 971420552
        },
        {
            "start": 971420555,
            "stop": 971420828
        },
        {
            "start": 971420831,
            "stop": 971423246
        },
        {
            "start": 971423249,
            "stop": 971424515
        },
        {
            "start": 971424518,
            "stop": 971425215
        },
        {
            "start": 971425219,
            "stop": 971425325
        },
        {
            "start": 971425328,
            "stop": 971425422
        },
        {
            "start": 971425425,
            "stop": 971426343
        },
        {
            "start": 971426346,
            "stop": 971427210
        },
        {
            "start": 971427213,
            "stop": 971427298
        }
    ]
}