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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=27",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 28,
    "results": [
        {
            "start": 816434608,
            "stop": 816434774
        },
        {
            "start": 816434791,
            "stop": 816434886
        },
        {
            "start": 816434905,
            "stop": 816435273
        },
        {
            "start": 816435293,
            "stop": 816435345
        },
        {
            "start": 816435365,
            "stop": 816435702
        },
        {
            "start": 816435722,
            "stop": 816435772
        },
        {
            "start": 816435796,
            "stop": 816435935
        },
        {
            "start": 816435975,
            "stop": 816436011
        },
        {
            "start": 816436030,
            "stop": 816436123
        },
        {
            "start": 816436140,
            "stop": 816436377
        },
        {
            "start": 816436395,
            "stop": 816436595
        },
        {
            "start": 816436618,
            "stop": 816436678
        },
        {
            "start": 816436715,
            "stop": 816436922
        },
        {
            "start": 816436949,
            "stop": 816437041
        },
        {
            "start": 816437068,
            "stop": 816437070
        },
        {
            "start": 816437091,
            "stop": 816437501
        },
        {
            "start": 816437529,
            "stop": 816437832
        },
        {
            "start": 816439775,
            "stop": 816439800
        },
        {
            "start": 816439828,
            "stop": 816439853
        },
        {
            "start": 816439889,
            "stop": 816439963
        }
    ]
}