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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 43,
    "results": [
        {
            "start": 931188499,
            "stop": 931188516
        },
        {
            "start": 931188517,
            "stop": 931188522
        },
        {
            "start": 931188530,
            "stop": 931188539
        },
        {
            "start": 931188541,
            "stop": 931188548
        },
        {
            "start": 931188550,
            "stop": 931188551
        },
        {
            "start": 931188559,
            "stop": 931188562
        },
        {
            "start": 931188568,
            "stop": 931188574
        },
        {
            "start": 931188578,
            "stop": 931188586
        },
        {
            "start": 931188587,
            "stop": 931188591
        },
        {
            "start": 931188593,
            "stop": 931188602
        },
        {
            "start": 931188604,
            "stop": 931188628
        },
        {
            "start": 931188629,
            "stop": 931188639
        },
        {
            "start": 931188641,
            "stop": 931188673
        },
        {
            "start": 931188678,
            "stop": 931188705
        },
        {
            "start": 931188707,
            "stop": 931188727
        },
        {
            "start": 931188729,
            "stop": 931188730
        },
        {
            "start": 931188732,
            "stop": 931188768
        },
        {
            "start": 931188772,
            "stop": 931188782
        },
        {
            "start": 931188784,
            "stop": 931188791
        },
        {
            "start": 931188793,
            "stop": 931188799
        }
    ]
}