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=46846
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=46847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46845",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46846,
    "results": [
        {
            "start": 875138993,
            "stop": 875139012
        },
        {
            "start": 875139014,
            "stop": 875139033
        },
        {
            "start": 875139034,
            "stop": 875139040
        },
        {
            "start": 875139041,
            "stop": 875139061
        },
        {
            "start": 875139063,
            "stop": 875139076
        },
        {
            "start": 875139077,
            "stop": 875139079
        },
        {
            "start": 875139080,
            "stop": 875139082
        },
        {
            "start": 875139084,
            "stop": 875139088
        },
        {
            "start": 875139091,
            "stop": 875139099
        },
        {
            "start": 875139100,
            "stop": 875139104
        },
        {
            "start": 875139106,
            "stop": 875139108
        },
        {
            "start": 875139110,
            "stop": 875139125
        },
        {
            "start": 875139126,
            "stop": 875139129
        },
        {
            "start": 875139130,
            "stop": 875139131
        },
        {
            "start": 875139132,
            "stop": 875139168
        },
        {
            "start": 875139169,
            "stop": 875139174
        },
        {
            "start": 875139175,
            "stop": 875139183
        },
        {
            "start": 875139184,
            "stop": 875139189
        },
        {
            "start": 875139191,
            "stop": 875139213
        },
        {
            "start": 875139214,
            "stop": 875139226
        }
    ]
}