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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 96,
    "results": [
        {
            "start": 1257816046,
            "stop": 1257816047
        },
        {
            "start": 1257816051,
            "stop": 1257816061
        },
        {
            "start": 1257816062,
            "stop": 1257816069
        },
        {
            "start": 1257816079,
            "stop": 1257816080
        },
        {
            "start": 1257816082,
            "stop": 1257816083
        },
        {
            "start": 1257816085,
            "stop": 1257816089
        },
        {
            "start": 1257816092,
            "stop": 1257816101
        },
        {
            "start": 1257816102,
            "stop": 1257816104
        },
        {
            "start": 1257816108,
            "stop": 1257816109
        },
        {
            "start": 1257816111,
            "stop": 1257816113
        },
        {
            "start": 1257816114,
            "stop": 1257816146
        },
        {
            "start": 1257816147,
            "stop": 1257816152
        },
        {
            "start": 1257816153,
            "stop": 1257816166
        },
        {
            "start": 1257816167,
            "stop": 1257816178
        },
        {
            "start": 1257816179,
            "stop": 1257816185
        },
        {
            "start": 1257816191,
            "stop": 1257816204
        },
        {
            "start": 1257816208,
            "stop": 1257816228
        },
        {
            "start": 1257816229,
            "stop": 1257816273
        },
        {
            "start": 1257816276,
            "stop": 1257816283
        },
        {
            "start": 1257816285,
            "stop": 1257816287
        }
    ]
}