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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=219",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 220,
    "results": [
        {
            "start": 858801223,
            "stop": 858805133
        },
        {
            "start": 858810836,
            "stop": 858819180
        },
        {
            "start": 858825931,
            "stop": 858885505
        },
        {
            "start": 858887470,
            "stop": 858892077
        },
        {
            "start": 858892897,
            "stop": 858951712
        },
        {
            "start": 858955010,
            "stop": 858961242
        },
        {
            "start": 858962276,
            "stop": 858963308
        },
        {
            "start": 858968640,
            "stop": 858970480
        },
        {
            "start": 858970482,
            "stop": 858973777
        },
        {
            "start": 858975196,
            "stop": 858985222
        },
        {
            "start": 858985869,
            "stop": 858991184
        },
        {
            "start": 858991186,
            "stop": 858991188
        },
        {
            "start": 858991189,
            "stop": 858991191
        },
        {
            "start": 858991192,
            "stop": 858991195
        },
        {
            "start": 858991196,
            "stop": 858991201
        },
        {
            "start": 858991203,
            "stop": 859042797
        },
        {
            "start": 859059899,
            "stop": 859068964
        },
        {
            "start": 859069657,
            "stop": 859074836
        },
        {
            "start": 859074837,
            "stop": 859074847
        },
        {
            "start": 859074849,
            "stop": 859075077
        }
    ]
}