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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=57",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 58,
    "results": [
        {
            "start": 817721053,
            "stop": 817721088
        },
        {
            "start": 817721091,
            "stop": 817721120
        },
        {
            "start": 817721123,
            "stop": 817721872
        },
        {
            "start": 817721875,
            "stop": 817722577
        },
        {
            "start": 817722580,
            "stop": 817722584
        },
        {
            "start": 817722592,
            "stop": 817722847
        },
        {
            "start": 817722853,
            "stop": 817722913
        },
        {
            "start": 817722916,
            "stop": 817723055
        },
        {
            "start": 817723058,
            "stop": 817723128
        },
        {
            "start": 817723131,
            "stop": 817723132
        },
        {
            "start": 817723135,
            "stop": 817723141
        },
        {
            "start": 817723144,
            "stop": 817723150
        },
        {
            "start": 817723154,
            "stop": 817723163
        },
        {
            "start": 817723167,
            "stop": 817723177
        },
        {
            "start": 817723187,
            "stop": 817723192
        },
        {
            "start": 817723195,
            "stop": 817723223
        },
        {
            "start": 817723229,
            "stop": 817723231
        },
        {
            "start": 817723234,
            "stop": 817723245
        },
        {
            "start": 817723258,
            "stop": 817723437
        },
        {
            "start": 817723441,
            "stop": 817723824
        }
    ]
}