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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=93",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 94,
    "results": [
        {
            "start": 828363173,
            "stop": 828364468
        },
        {
            "start": 828364564,
            "stop": 828366280
        },
        {
            "start": 828366338,
            "stop": 828366677
        },
        {
            "start": 828366755,
            "stop": 828366853
        },
        {
            "start": 828367155,
            "stop": 828367857
        },
        {
            "start": 828379397,
            "stop": 828380057
        },
        {
            "start": 828381868,
            "stop": 828382452
        },
        {
            "start": 828389005,
            "stop": 828393158
        },
        {
            "start": 828397445,
            "stop": 828400187
        },
        {
            "start": 828400587,
            "stop": 828400631
        },
        {
            "start": 828400951,
            "stop": 828425241
        },
        {
            "start": 828428006,
            "stop": 828428589
        },
        {
            "start": 828429057,
            "stop": 828429435
        },
        {
            "start": 828429835,
            "stop": 828432604
        },
        {
            "start": 828433180,
            "stop": 828434482
        },
        {
            "start": 828435473,
            "stop": 828437511
        },
        {
            "start": 828437924,
            "stop": 828457799
        },
        {
            "start": 828458686,
            "stop": 828462093
        },
        {
            "start": 828467413,
            "stop": 828472469
        },
        {
            "start": 828474811,
            "stop": 828474818
        }
    ]
}