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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7312",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7313,
    "results": [
        {
            "start": 875164225,
            "stop": 875164559
        },
        {
            "start": 875164560,
            "stop": 875164619
        },
        {
            "start": 875164620,
            "stop": 875164664
        },
        {
            "start": 875164665,
            "stop": 875164886
        },
        {
            "start": 875164887,
            "stop": 875165964
        },
        {
            "start": 875165965,
            "stop": 875166300
        },
        {
            "start": 875166360,
            "stop": 875166379
        },
        {
            "start": 875166381,
            "stop": 875166523
        },
        {
            "start": 875166525,
            "stop": 875166581
        },
        {
            "start": 875166582,
            "stop": 875166599
        },
        {
            "start": 875166600,
            "stop": 875166603
        },
        {
            "start": 875166606,
            "stop": 875166617
        },
        {
            "start": 875166619,
            "stop": 875166620
        },
        {
            "start": 875166622,
            "stop": 875166624
        },
        {
            "start": 875166626,
            "stop": 875166627
        },
        {
            "start": 875166629,
            "stop": 875166630
        },
        {
            "start": 875166632,
            "stop": 875166634
        },
        {
            "start": 875166636,
            "stop": 875166637
        },
        {
            "start": 875166639,
            "stop": 875166640
        },
        {
            "start": 875166642,
            "stop": 875166670
        }
    ]
}