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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46931",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46932,
    "results": [
        {
            "start": 875196908,
            "stop": 875196909
        },
        {
            "start": 875196910,
            "stop": 875196971
        },
        {
            "start": 875196972,
            "stop": 875197010
        },
        {
            "start": 875197011,
            "stop": 875197012
        },
        {
            "start": 875197013,
            "stop": 875197023
        },
        {
            "start": 875197026,
            "stop": 875197028
        },
        {
            "start": 875197029,
            "stop": 875197069
        },
        {
            "start": 875197070,
            "stop": 875197079
        },
        {
            "start": 875197080,
            "stop": 875197090
        },
        {
            "start": 875197093,
            "stop": 875197098
        },
        {
            "start": 875197101,
            "stop": 875197108
        },
        {
            "start": 875197109,
            "stop": 875197120
        },
        {
            "start": 875197121,
            "stop": 875197141
        },
        {
            "start": 875197142,
            "stop": 875197146
        },
        {
            "start": 875197147,
            "stop": 875197170
        },
        {
            "start": 875197171,
            "stop": 875197183
        },
        {
            "start": 875197185,
            "stop": 875197205
        },
        {
            "start": 875197206,
            "stop": 875197210
        },
        {
            "start": 875197211,
            "stop": 875197226
        },
        {
            "start": 875197227,
            "stop": 875197248
        }
    ]
}