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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=381",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 382,
    "results": [
        {
            "start": 1180547174,
            "stop": 1180547468
        },
        {
            "start": 1180547469,
            "stop": 1180547577
        },
        {
            "start": 1180547579,
            "stop": 1180547592
        },
        {
            "start": 1180547594,
            "stop": 1180547905
        },
        {
            "start": 1180547906,
            "stop": 1180547910
        },
        {
            "start": 1180547911,
            "stop": 1180548007
        },
        {
            "start": 1180548008,
            "stop": 1180548220
        },
        {
            "start": 1180548221,
            "stop": 1180548667
        },
        {
            "start": 1180548670,
            "stop": 1180548678
        },
        {
            "start": 1180548679,
            "stop": 1180548683
        },
        {
            "start": 1180548684,
            "stop": 1180548797
        },
        {
            "start": 1180548798,
            "stop": 1180548802
        },
        {
            "start": 1180548805,
            "stop": 1180548823
        },
        {
            "start": 1180548824,
            "stop": 1180548985
        },
        {
            "start": 1180548986,
            "stop": 1180549080
        },
        {
            "start": 1180549081,
            "stop": 1180549303
        },
        {
            "start": 1180549305,
            "stop": 1180549315
        },
        {
            "start": 1180549316,
            "stop": 1180549436
        },
        {
            "start": 1180549437,
            "stop": 1180549447
        },
        {
            "start": 1180549448,
            "stop": 1180549450
        }
    ]
}