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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=117",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 118,
    "results": [
        {
            "start": 821494964,
            "stop": 821495094
        },
        {
            "start": 821495097,
            "stop": 821495122
        },
        {
            "start": 821495125,
            "stop": 821495171
        },
        {
            "start": 821495174,
            "stop": 821495216
        },
        {
            "start": 821495219,
            "stop": 821495284
        },
        {
            "start": 821495289,
            "stop": 821495351
        },
        {
            "start": 821495354,
            "stop": 821495357
        },
        {
            "start": 821495360,
            "stop": 821495405
        },
        {
            "start": 821495408,
            "stop": 821495461
        },
        {
            "start": 821495464,
            "stop": 821495528
        },
        {
            "start": 821495531,
            "stop": 821495558
        },
        {
            "start": 821495561,
            "stop": 821495579
        },
        {
            "start": 821495582,
            "stop": 821495605
        },
        {
            "start": 821495608,
            "stop": 821495628
        },
        {
            "start": 821495631,
            "stop": 821495694
        },
        {
            "start": 821495697,
            "stop": 821495780
        },
        {
            "start": 821495783,
            "stop": 821495861
        },
        {
            "start": 821495864,
            "stop": 821495915
        },
        {
            "start": 821495918,
            "stop": 821495922
        },
        {
            "start": 821497024,
            "stop": 821497070
        }
    ]
}