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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5258",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5256",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5257,
    "results": [
        {
            "start": 1137064503,
            "stop": 1137064511
        },
        {
            "start": 1137064512,
            "stop": 1137064513
        },
        {
            "start": 1137064515,
            "stop": 1137064531
        },
        {
            "start": 1137064532,
            "stop": 1137064570
        },
        {
            "start": 1137064572,
            "stop": 1137064614
        },
        {
            "start": 1137064615,
            "stop": 1137064628
        },
        {
            "start": 1137064630,
            "stop": 1137064664
        },
        {
            "start": 1137064666,
            "stop": 1137064683
        },
        {
            "start": 1137064685,
            "stop": 1137064709
        },
        {
            "start": 1137064711,
            "stop": 1137064715
        },
        {
            "start": 1137064717,
            "stop": 1137064722
        },
        {
            "start": 1137064725,
            "stop": 1137064784
        },
        {
            "start": 1137064786,
            "stop": 1137064923
        },
        {
            "start": 1137064925,
            "stop": 1137065030
        },
        {
            "start": 1137065032,
            "stop": 1137065033
        },
        {
            "start": 1137065034,
            "stop": 1137065048
        },
        {
            "start": 1137065052,
            "stop": 1137065093
        },
        {
            "start": 1137065095,
            "stop": 1137065122
        },
        {
            "start": 1137065124,
            "stop": 1137065126
        },
        {
            "start": 1137065128,
            "stop": 1137065141
        }
    ]
}