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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=285",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 286,
    "results": [
        {
            "start": 1263047820,
            "stop": 1263048912
        },
        {
            "start": 1263048915,
            "stop": 1263049216
        },
        {
            "start": 1263077149,
            "stop": 1263079504
        },
        {
            "start": 1263079507,
            "stop": 1263080564
        },
        {
            "start": 1263080567,
            "stop": 1263081644
        },
        {
            "start": 1263081647,
            "stop": 1263083381
        },
        {
            "start": 1263084917,
            "stop": 1263087344
        },
        {
            "start": 1263087347,
            "stop": 1263090072
        },
        {
            "start": 1263090075,
            "stop": 1263091837
        },
        {
            "start": 1263091839,
            "stop": 1263092662
        },
        {
            "start": 1263092667,
            "stop": 1263092720
        },
        {
            "start": 1263092722,
            "stop": 1263100573
        },
        {
            "start": 1263100578,
            "stop": 1263100852
        },
        {
            "start": 1263100856,
            "stop": 1263107211
        },
        {
            "start": 1263107212,
            "stop": 1263111761
        },
        {
            "start": 1263111766,
            "stop": 1263113127
        },
        {
            "start": 1263113129,
            "stop": 1263116533
        },
        {
            "start": 1263116534,
            "stop": 1263116603
        },
        {
            "start": 1263116605,
            "stop": 1263117150
        },
        {
            "start": 1263117153,
            "stop": 1263123636
        }
    ]
}