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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=318",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 319,
    "results": [
        {
            "start": 1260315069,
            "stop": 1260315080
        },
        {
            "start": 1260315083,
            "stop": 1260315088
        },
        {
            "start": 1260315091,
            "stop": 1260315103
        },
        {
            "start": 1260315106,
            "stop": 1260315327
        },
        {
            "start": 1260315330,
            "stop": 1260315353
        },
        {
            "start": 1260315356,
            "stop": 1260315388
        },
        {
            "start": 1260315391,
            "stop": 1260315525
        },
        {
            "start": 1260315531,
            "stop": 1260315550
        },
        {
            "start": 1260315553,
            "stop": 1260315562
        },
        {
            "start": 1260315565,
            "stop": 1260315570
        },
        {
            "start": 1260315573,
            "stop": 1260315610
        },
        {
            "start": 1260315611,
            "stop": 1260315621
        },
        {
            "start": 1260315624,
            "stop": 1260315625
        },
        {
            "start": 1260315631,
            "stop": 1260315657
        },
        {
            "start": 1260315663,
            "stop": 1260315712
        },
        {
            "start": 1260315715,
            "stop": 1260315747
        },
        {
            "start": 1260315750,
            "stop": 1260315825
        },
        {
            "start": 1260315828,
            "stop": 1260315933
        },
        {
            "start": 1260315936,
            "stop": 1260316076
        },
        {
            "start": 1260316079,
            "stop": 1260316362
        }
    ]
}