Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=534
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=535",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=533",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 534,
    "results": [
        {
            "start": 828366015,
            "stop": 828366253
        },
        {
            "start": 828366279,
            "stop": 828366280
        },
        {
            "start": 828366338,
            "stop": 828366673
        },
        {
            "start": 828366755,
            "stop": 828366853
        },
        {
            "start": 828367155,
            "stop": 828367857
        },
        {
            "start": 828379397,
            "stop": 828380057
        },
        {
            "start": 828381868,
            "stop": 828382452
        },
        {
            "start": 828389005,
            "stop": 828390447
        },
        {
            "start": 828390448,
            "stop": 828393158
        },
        {
            "start": 828397445,
            "stop": 828400187
        },
        {
            "start": 828400587,
            "stop": 828400631
        },
        {
            "start": 828400951,
            "stop": 828405522
        },
        {
            "start": 828405523,
            "stop": 828425241
        },
        {
            "start": 828428006,
            "stop": 828428589
        },
        {
            "start": 828429057,
            "stop": 828429435
        },
        {
            "start": 828429835,
            "stop": 828432604
        },
        {
            "start": 828433180,
            "stop": 828434473
        },
        {
            "start": 828435473,
            "stop": 828437511
        },
        {
            "start": 828437924,
            "stop": 828457799
        },
        {
            "start": 828458686,
            "stop": 828462093
        }
    ]
}