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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 58,
    "results": [
        {
            "start": 931188428,
            "stop": 931188429
        },
        {
            "start": 931188430,
            "stop": 931188490
        },
        {
            "start": 931188492,
            "stop": 931188498
        },
        {
            "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
        }
    ]
}