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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=10",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 11,
    "results": [
        {
            "start": 819295551,
            "stop": 819308265
        },
        {
            "start": 819311777,
            "stop": 819317133
        },
        {
            "start": 819318028,
            "stop": 819325393
        },
        {
            "start": 819326651,
            "stop": 819348007
        },
        {
            "start": 819351752,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819401381
        },
        {
            "start": 819403058,
            "stop": 819409242
        },
        {
            "start": 819411369,
            "stop": 819480765
        },
        {
            "start": 819482620,
            "stop": 819604159
        },
        {
            "start": 819605547,
            "stop": 819656609
        },
        {
            "start": 819658602,
            "stop": 819697648
        },
        {
            "start": 819698755,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819790047
        },
        {
            "start": 819791828,
            "stop": 819825408
        },
        {
            "start": 819828551,
            "stop": 819881065
        },
        {
            "start": 819881628,
            "stop": 819887416
        },
        {
            "start": 819888145,
            "stop": 819927343
        },
        {
            "start": 819929331,
            "stop": 819968658
        },
        {
            "start": 819969025,
            "stop": 819974519
        },
        {
            "start": 819975882,
            "stop": 820002956
        }
    ]
}