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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=98",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 99,
    "results": [
        {
            "start": 962434612,
            "stop": 962452423
        },
        {
            "start": 962453629,
            "stop": 962461402
        },
        {
            "start": 962462801,
            "stop": 962464655
        },
        {
            "start": 962484346,
            "stop": 962485455
        },
        {
            "start": 962486055,
            "stop": 962486235
        },
        {
            "start": 962487375,
            "stop": 962489135
        },
        {
            "start": 962491069,
            "stop": 962497640
        },
        {
            "start": 962512296,
            "stop": 962532521
        },
        {
            "start": 962533929,
            "stop": 962547072
        },
        {
            "start": 962549932,
            "stop": 962551805
        },
        {
            "start": 962553883,
            "stop": 962562634
        },
        {
            "start": 962565880,
            "stop": 962567955
        },
        {
            "start": 962572167,
            "stop": 962574187
        },
        {
            "start": 962600905,
            "stop": 962608209
        },
        {
            "start": 962609752,
            "stop": 962634131
        },
        {
            "start": 962641861,
            "stop": 962645445
        },
        {
            "start": 962647169,
            "stop": 962651028
        },
        {
            "start": 962652636,
            "stop": 962655091
        },
        {
            "start": 962661855,
            "stop": 962662912
        },
        {
            "start": 962697963,
            "stop": 962706826
        }
    ]
}