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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=414",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 415,
    "results": [
        {
            "start": 860451730,
            "stop": 860453898
        },
        {
            "start": 860454234,
            "stop": 860454260
        },
        {
            "start": 860454560,
            "stop": 860478293
        },
        {
            "start": 860481617,
            "stop": 860489446
        },
        {
            "start": 860489886,
            "stop": 860489937
        },
        {
            "start": 860490237,
            "stop": 860490311
        },
        {
            "start": 860490611,
            "stop": 860497450
        },
        {
            "start": 860498094,
            "stop": 860499890
        },
        {
            "start": 860499895,
            "stop": 860506689
        },
        {
            "start": 860507267,
            "stop": 860509484
        },
        {
            "start": 860510062,
            "stop": 860510213
        },
        {
            "start": 860510570,
            "stop": 860510600
        },
        {
            "start": 860511308,
            "stop": 860514012
        },
        {
            "start": 860514033,
            "stop": 860514042
        },
        {
            "start": 860514050,
            "stop": 860514055
        },
        {
            "start": 860514060,
            "stop": 860514075
        },
        {
            "start": 860514080,
            "stop": 860514115
        },
        {
            "start": 860514123,
            "stop": 860514498
        },
        {
            "start": 860514500,
            "stop": 860517967
        },
        {
            "start": 860518187,
            "stop": 860519670
        }
    ]
}