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=6462
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=6463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6461",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6462,
    "results": [
        {
            "start": 874013791,
            "stop": 874014498
        },
        {
            "start": 874014499,
            "stop": 874014573
        },
        {
            "start": 874014575,
            "stop": 874014584
        },
        {
            "start": 874014586,
            "stop": 874014614
        },
        {
            "start": 874014615,
            "stop": 874014639
        },
        {
            "start": 874014641,
            "stop": 874014699
        },
        {
            "start": 874014700,
            "stop": 874014884
        },
        {
            "start": 874014885,
            "stop": 874015282
        },
        {
            "start": 874016595,
            "stop": 874016642
        },
        {
            "start": 874016643,
            "stop": 874016694
        },
        {
            "start": 874016695,
            "stop": 874017694
        },
        {
            "start": 874017696,
            "stop": 874018215
        },
        {
            "start": 874018216,
            "stop": 874018341
        },
        {
            "start": 874018342,
            "stop": 874018600
        },
        {
            "start": 874018601,
            "stop": 874018908
        },
        {
            "start": 874018909,
            "stop": 874019688
        },
        {
            "start": 874019689,
            "stop": 874020099
        },
        {
            "start": 874020100,
            "stop": 874020217
        },
        {
            "start": 874020218,
            "stop": 874020251
        },
        {
            "start": 874020253,
            "stop": 874020457
        }
    ]
}