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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=4",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 5,
    "results": [
        {
            "start": 1239736176,
            "stop": 1239739351
        },
        {
            "start": 1239739391,
            "stop": 1239744062
        },
        {
            "start": 1239746131,
            "stop": 1239762092
        },
        {
            "start": 1239769189,
            "stop": 1239769392
        },
        {
            "start": 1239770547,
            "stop": 1239806987
        },
        {
            "start": 1239824770,
            "stop": 1239926064
        },
        {
            "start": 1239931760,
            "stop": 1239964147
        },
        {
            "start": 1239970942,
            "stop": 1239980487
        },
        {
            "start": 1239982548,
            "stop": 1239991140
        },
        {
            "start": 1239993455,
            "stop": 1240000760
        },
        {
            "start": 1240014303,
            "stop": 1240023887
        },
        {
            "start": 1240027904,
            "stop": 1240028144
        },
        {
            "start": 1240028265,
            "stop": 1240028321
        },
        {
            "start": 1240029030,
            "stop": 1240036764
        },
        {
            "start": 1240042865,
            "stop": 1240061297
        },
        {
            "start": 1240079384,
            "stop": 1240079482
        },
        {
            "start": 1240080627,
            "stop": 1240086780
        },
        {
            "start": 1240086852,
            "stop": 1240089990
        },
        {
            "start": 1240108435,
            "stop": 1240108582
        },
        {
            "start": 1240109258,
            "stop": 1240171245
        }
    ]
}