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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1748",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1746",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1747,
    "results": [
        {
            "start": 1249407679,
            "stop": 1249407816
        },
        {
            "start": 1249407818,
            "stop": 1249409875
        },
        {
            "start": 1249409876,
            "stop": 1249410590
        },
        {
            "start": 1249410591,
            "stop": 1249410592
        },
        {
            "start": 1249410593,
            "stop": 1249410610
        },
        {
            "start": 1249410611,
            "stop": 1249410612
        },
        {
            "start": 1249410613,
            "stop": 1249410617
        },
        {
            "start": 1249410620,
            "stop": 1249410628
        },
        {
            "start": 1249410630,
            "stop": 1249410631
        },
        {
            "start": 1249410632,
            "stop": 1249410648
        },
        {
            "start": 1249410649,
            "stop": 1249410650
        },
        {
            "start": 1249410651,
            "stop": 1249410666
        },
        {
            "start": 1249410667,
            "stop": 1249410669
        },
        {
            "start": 1249410670,
            "stop": 1249410718
        },
        {
            "start": 1249410721,
            "stop": 1249411192
        },
        {
            "start": 1249411194,
            "stop": 1249411689
        },
        {
            "start": 1249411692,
            "stop": 1249411729
        },
        {
            "start": 1249411732,
            "stop": 1249412171
        },
        {
            "start": 1249412174,
            "stop": 1249412960
        },
        {
            "start": 1249412963,
            "stop": 1249413008
        }
    ]
}