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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=284",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 285,
    "results": [
        {
            "start": 1263006306,
            "stop": 1263007721
        },
        {
            "start": 1263007724,
            "stop": 1263007927
        },
        {
            "start": 1263007928,
            "stop": 1263008211
        },
        {
            "start": 1263008213,
            "stop": 1263013715
        },
        {
            "start": 1263013718,
            "stop": 1263014510
        },
        {
            "start": 1263014512,
            "stop": 1263014607
        },
        {
            "start": 1263014612,
            "stop": 1263015034
        },
        {
            "start": 1263015039,
            "stop": 1263020747
        },
        {
            "start": 1263020751,
            "stop": 1263027331
        },
        {
            "start": 1263027335,
            "stop": 1263027967
        },
        {
            "start": 1263027971,
            "stop": 1263029076
        },
        {
            "start": 1263029078,
            "stop": 1263032538
        },
        {
            "start": 1263032541,
            "stop": 1263037322
        },
        {
            "start": 1263037325,
            "stop": 1263037347
        },
        {
            "start": 1263037351,
            "stop": 1263038327
        },
        {
            "start": 1263038328,
            "stop": 1263039238
        },
        {
            "start": 1263039241,
            "stop": 1263039707
        },
        {
            "start": 1263039712,
            "stop": 1263041945
        },
        {
            "start": 1263041949,
            "stop": 1263044304
        },
        {
            "start": 1263044305,
            "stop": 1263047818
        }
    ]
}