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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=196",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 197,
    "results": [
        {
            "start": 851301248,
            "stop": 851308357
        },
        {
            "start": 851308757,
            "stop": 851308975
        },
        {
            "start": 851310604,
            "stop": 851310632
        },
        {
            "start": 851310952,
            "stop": 851331683
        },
        {
            "start": 851335176,
            "stop": 851338238
        },
        {
            "start": 851340085,
            "stop": 851341125
        },
        {
            "start": 851343183,
            "stop": 851343930
        },
        {
            "start": 851344551,
            "stop": 851346967
        },
        {
            "start": 851347862,
            "stop": 851348471
        },
        {
            "start": 851348791,
            "stop": 851349213
        },
        {
            "start": 851349613,
            "stop": 851351924
        },
        {
            "start": 851352631,
            "stop": 851353960
        },
        {
            "start": 851354679,
            "stop": 851355314
        },
        {
            "start": 851355714,
            "stop": 851358681
        },
        {
            "start": 851359294,
            "stop": 851361061
        },
        {
            "start": 851361533,
            "stop": 851362338
        },
        {
            "start": 851362340,
            "stop": 851362655
        },
        {
            "start": 851364024,
            "stop": 851366109
        },
        {
            "start": 851366140,
            "stop": 851369179
        },
        {
            "start": 851374508,
            "stop": 851388390
        }
    ]
}