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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=35",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 36,
    "results": [
        {
            "start": 931175168,
            "stop": 931175169
        },
        {
            "start": 931175171,
            "stop": 931175172
        },
        {
            "start": 931175174,
            "stop": 931175186
        },
        {
            "start": 931175187,
            "stop": 931175205
        },
        {
            "start": 931175207,
            "stop": 931175224
        },
        {
            "start": 931175226,
            "stop": 931175232
        },
        {
            "start": 931175236,
            "stop": 931175287
        },
        {
            "start": 931175289,
            "stop": 931175347
        },
        {
            "start": 931175349,
            "stop": 931175410
        },
        {
            "start": 931175412,
            "stop": 931175416
        },
        {
            "start": 931175418,
            "stop": 931175427
        },
        {
            "start": 931175429,
            "stop": 931175445
        },
        {
            "start": 931175447,
            "stop": 931175493
        },
        {
            "start": 931175495,
            "stop": 931175498
        },
        {
            "start": 931175500,
            "stop": 931175516
        },
        {
            "start": 931175518,
            "stop": 931175530
        },
        {
            "start": 931175532,
            "stop": 931175544
        },
        {
            "start": 931175546,
            "stop": 931175556
        },
        {
            "start": 931175560,
            "stop": 931175568
        },
        {
            "start": 931175569,
            "stop": 931175625
        }
    ]
}