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_CAT1/segments?format=api&page=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=291",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 292,
    "results": [
        {
            "start": 863931415,
            "stop": 863932101
        },
        {
            "start": 863932924,
            "stop": 863938116
        },
        {
            "start": 863938226,
            "stop": 863938368
        },
        {
            "start": 863938668,
            "stop": 863945503
        },
        {
            "start": 863945803,
            "stop": 863951342
        },
        {
            "start": 863951452,
            "stop": 863951546
        },
        {
            "start": 863951846,
            "stop": 863965225
        },
        {
            "start": 863965834,
            "stop": 863966237
        },
        {
            "start": 863966537,
            "stop": 863966538
        },
        {
            "start": 863966838,
            "stop": 863966849
        },
        {
            "start": 863966959,
            "stop": 863967691
        },
        {
            "start": 863967991,
            "stop": 863969686
        },
        {
            "start": 863969796,
            "stop": 863971190
        },
        {
            "start": 863971490,
            "stop": 863971537
        },
        {
            "start": 863971647,
            "stop": 863975324
        },
        {
            "start": 863975624,
            "stop": 863977652
        },
        {
            "start": 863977982,
            "stop": 863978999
        },
        {
            "start": 863980125,
            "stop": 863982658
        },
        {
            "start": 863983982,
            "stop": 863984082
        },
        {
            "start": 863985229,
            "stop": 863993557
        }
    ]
}