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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=13",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 14,
    "results": [
        {
            "start": 944733538,
            "stop": 944733651
        },
        {
            "start": 944737771,
            "stop": 944737883
        },
        {
            "start": 944739298,
            "stop": 944739411
        },
        {
            "start": 944741442,
            "stop": 944741555
        },
        {
            "start": 944742763,
            "stop": 944742875
        },
        {
            "start": 944745346,
            "stop": 944745459
        },
        {
            "start": 944747931,
            "stop": 944748043
        },
        {
            "start": 944751723,
            "stop": 944751835
        },
        {
            "start": 944754179,
            "stop": 944754291
        },
        {
            "start": 944762435,
            "stop": 944762547
        },
        {
            "start": 944764066,
            "stop": 944764179
        },
        {
            "start": 944769731,
            "stop": 944769843
        },
        {
            "start": 944773082,
            "stop": 944773195
        },
        {
            "start": 944778923,
            "stop": 944779035
        },
        {
            "start": 944783634,
            "stop": 944783747
        },
        {
            "start": 944784946,
            "stop": 944785059
        },
        {
            "start": 944787178,
            "stop": 944787291
        },
        {
            "start": 944788723,
            "stop": 944788835
        },
        {
            "start": 944790330,
            "stop": 944790443
        },
        {
            "start": 944792587,
            "stop": 944792699
        }
    ]
}