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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 2,
    "results": [
        {
            "start": 817154517,
            "stop": 817315264
        },
        {
            "start": 817324964,
            "stop": 817326064
        },
        {
            "start": 817327004,
            "stop": 817430464
        },
        {
            "start": 817431044,
            "stop": 817437664
        },
        {
            "start": 817440404,
            "stop": 817444864
        },
        {
            "start": 817448804,
            "stop": 817455664
        },
        {
            "start": 817457518,
            "stop": 817617664
        },
        {
            "start": 817618544,
            "stop": 817689664
        },
        {
            "start": 817853518,
            "stop": 817916464
        },
        {
            "start": 817920284,
            "stop": 817921204
        },
        {
            "start": 817921317,
            "stop": 817923664
        },
        {
            "start": 817926044,
            "stop": 817927589
        },
        {
            "start": 819151884,
            "stop": 819153272
        },
        {
            "start": 819153273,
            "stop": 819239104
        },
        {
            "start": 819240118,
            "stop": 819336068
        },
        {
            "start": 819336128,
            "stop": 819474257
        },
        {
            "start": 819474718,
            "stop": 819684064
        },
        {
            "start": 819687404,
            "stop": 819698779
        },
        {
            "start": 819699117,
            "stop": 819828064
        },
        {
            "start": 819828884,
            "stop": 820108864
        }
    ]
}