Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=717
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=718",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=716",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 717,
    "results": [
        {
            "start": 1266913518,
            "stop": 1266913522
        },
        {
            "start": 1266913525,
            "stop": 1266913535
        },
        {
            "start": 1266913536,
            "stop": 1266913541
        },
        {
            "start": 1266913543,
            "stop": 1266913554
        },
        {
            "start": 1266913555,
            "stop": 1266913559
        },
        {
            "start": 1266913562,
            "stop": 1266913572
        },
        {
            "start": 1266913573,
            "stop": 1266913578
        },
        {
            "start": 1266913579,
            "stop": 1266913591
        },
        {
            "start": 1266913592,
            "stop": 1266913597
        },
        {
            "start": 1266913598,
            "stop": 1266913609
        },
        {
            "start": 1266913610,
            "stop": 1266913615
        },
        {
            "start": 1266913616,
            "stop": 1266913627
        },
        {
            "start": 1266913628,
            "stop": 1266913632
        },
        {
            "start": 1266913634,
            "stop": 1266913645
        },
        {
            "start": 1266913646,
            "stop": 1266913650
        },
        {
            "start": 1266913652,
            "stop": 1266913663
        },
        {
            "start": 1266913664,
            "stop": 1266913668
        },
        {
            "start": 1266913669,
            "stop": 1266913680
        },
        {
            "start": 1266913681,
            "stop": 1266913685
        },
        {
            "start": 1266913687,
            "stop": 1266913698
        }
    ]
}