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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=88",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 89,
    "results": [
        {
            "start": 1263834306,
            "stop": 1263838750
        },
        {
            "start": 1263838754,
            "stop": 1263842921
        },
        {
            "start": 1263842923,
            "stop": 1263845426
        },
        {
            "start": 1263845428,
            "stop": 1263845467
        },
        {
            "start": 1263845474,
            "stop": 1263845476
        },
        {
            "start": 1263845477,
            "stop": 1263845478
        },
        {
            "start": 1263845486,
            "stop": 1263845490
        },
        {
            "start": 1263845491,
            "stop": 1263845637
        },
        {
            "start": 1263845639,
            "stop": 1263846356
        },
        {
            "start": 1263846357,
            "stop": 1263846941
        },
        {
            "start": 1263846943,
            "stop": 1263847127
        },
        {
            "start": 1263847128,
            "stop": 1263847306
        },
        {
            "start": 1263847307,
            "stop": 1263847605
        },
        {
            "start": 1263847609,
            "stop": 1263847654
        },
        {
            "start": 1263847655,
            "stop": 1263847711
        },
        {
            "start": 1263847712,
            "stop": 1263848046
        },
        {
            "start": 1263848048,
            "stop": 1263848054
        },
        {
            "start": 1263848055,
            "stop": 1263849355
        },
        {
            "start": 1263849356,
            "stop": 1263849358
        },
        {
            "start": 1263849359,
            "stop": 1263849468
        }
    ]
}