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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 215,
    "results": [
        {
            "start": 1375863463,
            "stop": 1375864899
        },
        {
            "start": 1375864901,
            "stop": 1375865534
        },
        {
            "start": 1375865536,
            "stop": 1375866036
        },
        {
            "start": 1375866037,
            "stop": 1375866818
        },
        {
            "start": 1375866820,
            "stop": 1375867030
        },
        {
            "start": 1375867032,
            "stop": 1375867732
        },
        {
            "start": 1375867733,
            "stop": 1375868041
        },
        {
            "start": 1375868045,
            "stop": 1375868586
        },
        {
            "start": 1375868587,
            "stop": 1375869122
        },
        {
            "start": 1375869123,
            "stop": 1375869621
        },
        {
            "start": 1375869622,
            "stop": 1375870545
        },
        {
            "start": 1375870546,
            "stop": 1375871775
        },
        {
            "start": 1375871777,
            "stop": 1375872466
        },
        {
            "start": 1375872468,
            "stop": 1375872624
        },
        {
            "start": 1375872626,
            "stop": 1375873625
        },
        {
            "start": 1375873626,
            "stop": 1375874041
        },
        {
            "start": 1375874042,
            "stop": 1375876219
        },
        {
            "start": 1375876221,
            "stop": 1375877391
        },
        {
            "start": 1375877393,
            "stop": 1375878699
        },
        {
            "start": 1375878703,
            "stop": 1375879693
        }
    ]
}