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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=737",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=735",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 736,
    "results": [
        {
            "start": 1249016529,
            "stop": 1249016552
        },
        {
            "start": 1249016553,
            "stop": 1249016584
        },
        {
            "start": 1249016585,
            "stop": 1249016588
        },
        {
            "start": 1249016589,
            "stop": 1249016598
        },
        {
            "start": 1249016599,
            "stop": 1249016621
        },
        {
            "start": 1249016626,
            "stop": 1249016630
        },
        {
            "start": 1249016634,
            "stop": 1249016635
        },
        {
            "start": 1249016636,
            "stop": 1249016638
        },
        {
            "start": 1249016641,
            "stop": 1249017521
        },
        {
            "start": 1249017529,
            "stop": 1249018570
        },
        {
            "start": 1249018573,
            "stop": 1249018574
        },
        {
            "start": 1249018579,
            "stop": 1249018598
        },
        {
            "start": 1249018600,
            "stop": 1249018615
        },
        {
            "start": 1249018620,
            "stop": 1249018628
        },
        {
            "start": 1249018629,
            "stop": 1249018634
        },
        {
            "start": 1249018635,
            "stop": 1249018641
        },
        {
            "start": 1249018642,
            "stop": 1249018645
        },
        {
            "start": 1249018646,
            "stop": 1249018648
        },
        {
            "start": 1249018649,
            "stop": 1249018659
        },
        {
            "start": 1249018663,
            "stop": 1249018682
        }
    ]
}