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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=356",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 357,
    "results": [
        {
            "start": 863932924,
            "stop": 863933297
        },
        {
            "start": 863933318,
            "stop": 863933364
        },
        {
            "start": 863933391,
            "stop": 863938116
        },
        {
            "start": 863938226,
            "stop": 863938368
        },
        {
            "start": 863938668,
            "stop": 863945503
        },
        {
            "start": 863945803,
            "stop": 863951342
        },
        {
            "start": 863951452,
            "stop": 863951546
        },
        {
            "start": 863951846,
            "stop": 863961082
        },
        {
            "start": 863961123,
            "stop": 863962814
        },
        {
            "start": 863962836,
            "stop": 863965225
        },
        {
            "start": 863965834,
            "stop": 863966237
        },
        {
            "start": 863966537,
            "stop": 863966538
        },
        {
            "start": 863966838,
            "stop": 863966849
        },
        {
            "start": 863966959,
            "stop": 863967691
        },
        {
            "start": 863967991,
            "stop": 863968057
        },
        {
            "start": 863968078,
            "stop": 863969686
        },
        {
            "start": 863969796,
            "stop": 863971190
        },
        {
            "start": 863971490,
            "stop": 863971537
        },
        {
            "start": 863971647,
            "stop": 863975035
        },
        {
            "start": 863975056,
            "stop": 863975324
        }
    ]
}