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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=308",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 309,
    "results": [
        {
            "start": 1264847774,
            "stop": 1264847785
        },
        {
            "start": 1264847789,
            "stop": 1264847811
        },
        {
            "start": 1264847813,
            "stop": 1264847854
        },
        {
            "start": 1264847855,
            "stop": 1264847890
        },
        {
            "start": 1264847894,
            "stop": 1264848097
        },
        {
            "start": 1264848101,
            "stop": 1264848110
        },
        {
            "start": 1264848114,
            "stop": 1264848262
        },
        {
            "start": 1264848265,
            "stop": 1264848318
        },
        {
            "start": 1264885288,
            "stop": 1264885953
        },
        {
            "start": 1264885955,
            "stop": 1264886339
        },
        {
            "start": 1264886341,
            "stop": 1264886345
        },
        {
            "start": 1264886346,
            "stop": 1264886356
        },
        {
            "start": 1264886357,
            "stop": 1264886366
        },
        {
            "start": 1264886368,
            "stop": 1264886369
        },
        {
            "start": 1264886371,
            "stop": 1264886411
        },
        {
            "start": 1264886413,
            "stop": 1264886515
        },
        {
            "start": 1264886516,
            "stop": 1264886542
        },
        {
            "start": 1264886544,
            "stop": 1264886552
        },
        {
            "start": 1264886554,
            "stop": 1264887920
        },
        {
            "start": 1264887924,
            "stop": 1264887927
        }
    ]
}