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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2089",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2090,
    "results": [
        {
            "start": 863945803,
            "stop": 863951342
        },
        {
            "start": 863951452,
            "stop": 863951546
        },
        {
            "start": 863951846,
            "stop": 863961090
        },
        {
            "start": 863961095,
            "stop": 863961110
        },
        {
            "start": 863961115,
            "stop": 863962822
        },
        {
            "start": 863962828,
            "stop": 863965225
        },
        {
            "start": 863965834,
            "stop": 863966237
        },
        {
            "start": 863966537,
            "stop": 863966538
        },
        {
            "start": 863966838,
            "stop": 863966849
        },
        {
            "start": 863966959,
            "stop": 863967691
        },
        {
            "start": 863967991,
            "stop": 863968065
        },
        {
            "start": 863968070,
            "stop": 863969686
        },
        {
            "start": 863969796,
            "stop": 863971190
        },
        {
            "start": 863971490,
            "stop": 863971537
        },
        {
            "start": 863971647,
            "stop": 863975043
        },
        {
            "start": 863975048,
            "stop": 863975324
        },
        {
            "start": 863975624,
            "stop": 863977652
        },
        {
            "start": 863977982,
            "stop": 863978999
        },
        {
            "start": 863980125,
            "stop": 863981914
        },
        {
            "start": 863981920,
            "stop": 863982658
        }
    ]
}