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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=88",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 89,
    "results": [
        {
            "start": 953043113,
            "stop": 953043246
        },
        {
            "start": 953044165,
            "stop": 953044728
        },
        {
            "start": 953050956,
            "stop": 953053443
        },
        {
            "start": 953072633,
            "stop": 953087975
        },
        {
            "start": 953088397,
            "stop": 953102649
        },
        {
            "start": 953104822,
            "stop": 953123427
        },
        {
            "start": 953126700,
            "stop": 953136274
        },
        {
            "start": 953139064,
            "stop": 953142007
        },
        {
            "start": 953147533,
            "stop": 953157566
        },
        {
            "start": 953161282,
            "stop": 953184192
        },
        {
            "start": 953189566,
            "stop": 953193469
        },
        {
            "start": 953236734,
            "stop": 953239530
        },
        {
            "start": 953240934,
            "stop": 953248763
        },
        {
            "start": 953249012,
            "stop": 953290296
        },
        {
            "start": 953296469,
            "stop": 953314480
        },
        {
            "start": 953316729,
            "stop": 953323364
        },
        {
            "start": 953324687,
            "stop": 953381865
        },
        {
            "start": 953412555,
            "stop": 953420340
        },
        {
            "start": 953421271,
            "stop": 953443421
        },
        {
            "start": 953444712,
            "stop": 953469479
        }
    ]
}