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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=76",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 77,
    "results": [
        {
            "start": 823069633,
            "stop": 823069744
        },
        {
            "start": 823069746,
            "stop": 823070084
        },
        {
            "start": 823070086,
            "stop": 823070166
        },
        {
            "start": 823070168,
            "stop": 823071057
        },
        {
            "start": 823071060,
            "stop": 823073918
        },
        {
            "start": 823073919,
            "stop": 823073979
        },
        {
            "start": 823073981,
            "stop": 823074275
        },
        {
            "start": 823074276,
            "stop": 823074338
        },
        {
            "start": 823074343,
            "stop": 823074410
        },
        {
            "start": 823074412,
            "stop": 823074427
        },
        {
            "start": 823074429,
            "stop": 823074445
        },
        {
            "start": 823074447,
            "stop": 823074456
        },
        {
            "start": 823074457,
            "stop": 823074540
        },
        {
            "start": 823074542,
            "stop": 823074625
        },
        {
            "start": 823075789,
            "stop": 823075941
        },
        {
            "start": 823075943,
            "stop": 823076078
        },
        {
            "start": 823076171,
            "stop": 823076401
        },
        {
            "start": 823076403,
            "stop": 823076420
        },
        {
            "start": 823076422,
            "stop": 823077889
        },
        {
            "start": 823077891,
            "stop": 823079480
        }
    ]
}