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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3226",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3227,
    "results": [
        {
            "start": 871851696,
            "stop": 871852740
        },
        {
            "start": 871852860,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871859880
        },
        {
            "start": 871859940,
            "stop": 871860390
        },
        {
            "start": 871860510,
            "stop": 871860562
        },
        {
            "start": 871860580,
            "stop": 871867140
        },
        {
            "start": 871867260,
            "stop": 871868520
        },
        {
            "start": 871868580,
            "stop": 871870560
        },
        {
            "start": 871870620,
            "stop": 871904280
        },
        {
            "start": 871904340,
            "stop": 871907580
        },
        {
            "start": 871907640,
            "stop": 871910857
        },
        {
            "start": 871910863,
            "stop": 871914900
        },
        {
            "start": 871914960,
            "stop": 871916940
        },
        {
            "start": 871917000,
            "stop": 871918560
        },
        {
            "start": 871918620,
            "stop": 871920222
        },
        {
            "start": 871920228,
            "stop": 871920660
        },
        {
            "start": 871923063,
            "stop": 871924140
        },
        {
            "start": 871924260,
            "stop": 871925700
        },
        {
            "start": 871925820,
            "stop": 871925940
        },
        {
            "start": 871926000,
            "stop": 871926420
        }
    ]
}