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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=329",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 330,
    "results": [
        {
            "start": 870645844,
            "stop": 870646630
        },
        {
            "start": 870646930,
            "stop": 870657402
        },
        {
            "start": 870657622,
            "stop": 870715907
        },
        {
            "start": 870716257,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870743002
        },
        {
            "start": 870745209,
            "stop": 870758591
        },
        {
            "start": 870758924,
            "stop": 870763666
        },
        {
            "start": 870764664,
            "stop": 870788201
        },
        {
            "start": 870788501,
            "stop": 870813728
        },
        {
            "start": 870814066,
            "stop": 870814904
        },
        {
            "start": 870816682,
            "stop": 870824712
        },
        {
            "start": 870825058,
            "stop": 870873064
        },
        {
            "start": 870873267,
            "stop": 870891407
        },
        {
            "start": 870892394,
            "stop": 870900509
        },
        {
            "start": 870900661,
            "stop": 870905921
        },
        {
            "start": 870907314,
            "stop": 870939620
        },
        {
            "start": 870941887,
            "stop": 870956303
        },
        {
            "start": 870956413,
            "stop": 870957567
        },
        {
            "start": 870958046,
            "stop": 870959441
        },
        {
            "start": 870959991,
            "stop": 870960051
        }
    ]
}