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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=20",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 21,
    "results": [
        {
            "start": 931137115,
            "stop": 931137153
        },
        {
            "start": 931137156,
            "stop": 931137165
        },
        {
            "start": 931137166,
            "stop": 931137167
        },
        {
            "start": 931137169,
            "stop": 931137173
        },
        {
            "start": 931137183,
            "stop": 931137196
        },
        {
            "start": 931137199,
            "stop": 931137215
        },
        {
            "start": 931137216,
            "stop": 931137227
        },
        {
            "start": 931137229,
            "stop": 931137232
        },
        {
            "start": 931137234,
            "stop": 931137237
        },
        {
            "start": 931137239,
            "stop": 931137244
        },
        {
            "start": 931137246,
            "stop": 931137247
        },
        {
            "start": 931137249,
            "stop": 931137251
        },
        {
            "start": 931137253,
            "stop": 931137254
        },
        {
            "start": 931137259,
            "stop": 931137281
        },
        {
            "start": 931137283,
            "stop": 931137292
        },
        {
            "start": 931137293,
            "stop": 931137297
        },
        {
            "start": 931137300,
            "stop": 931137303
        },
        {
            "start": 931137305,
            "stop": 931137306
        },
        {
            "start": 931137309,
            "stop": 931137313
        },
        {
            "start": 931137315,
            "stop": 931137319
        }
    ]
}