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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41074",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41075,
    "results": [
        {
            "start": 875211775,
            "stop": 875211782
        },
        {
            "start": 875211783,
            "stop": 875211784
        },
        {
            "start": 875211787,
            "stop": 875211792
        },
        {
            "start": 875211793,
            "stop": 875211814
        },
        {
            "start": 875211815,
            "stop": 875211835
        },
        {
            "start": 875211836,
            "stop": 875211856
        },
        {
            "start": 875211857,
            "stop": 875211861
        },
        {
            "start": 875211862,
            "stop": 875211865
        },
        {
            "start": 875211866,
            "stop": 875211939
        },
        {
            "start": 875211940,
            "stop": 875211969
        },
        {
            "start": 875211970,
            "stop": 875212005
        },
        {
            "start": 875212006,
            "stop": 875212011
        },
        {
            "start": 875212015,
            "stop": 875212048
        },
        {
            "start": 875212049,
            "stop": 875212090
        },
        {
            "start": 875212092,
            "stop": 875212106
        },
        {
            "start": 875212107,
            "stop": 875212112
        },
        {
            "start": 875212113,
            "stop": 875212133
        },
        {
            "start": 875212134,
            "stop": 875212228
        },
        {
            "start": 875212229,
            "stop": 875212313
        },
        {
            "start": 875212314,
            "stop": 875212325
        }
    ]
}