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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6667",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6668,
    "results": [
        {
            "start": 875058377,
            "stop": 875058591
        },
        {
            "start": 875058592,
            "stop": 875058977
        },
        {
            "start": 875058978,
            "stop": 875059010
        },
        {
            "start": 875059011,
            "stop": 875059491
        },
        {
            "start": 875059492,
            "stop": 875059726
        },
        {
            "start": 875059727,
            "stop": 875060626
        },
        {
            "start": 875060628,
            "stop": 875060719
        },
        {
            "start": 875060720,
            "stop": 875061158
        },
        {
            "start": 875061159,
            "stop": 875061169
        },
        {
            "start": 875061170,
            "stop": 875061268
        },
        {
            "start": 875061269,
            "stop": 875061634
        },
        {
            "start": 875061635,
            "stop": 875061653
        },
        {
            "start": 875061654,
            "stop": 875061665
        },
        {
            "start": 875061667,
            "stop": 875061717
        },
        {
            "start": 875061718,
            "stop": 875061758
        },
        {
            "start": 875061759,
            "stop": 875062419
        },
        {
            "start": 875062420,
            "stop": 875062673
        },
        {
            "start": 875062675,
            "stop": 875062800
        },
        {
            "start": 875062801,
            "stop": 875062899
        },
        {
            "start": 875062900,
            "stop": 875062926
        }
    ]
}