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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=108",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 109,
    "results": [
        {
            "start": 958596633,
            "stop": 958604461
        },
        {
            "start": 958606544,
            "stop": 958610069
        },
        {
            "start": 958613355,
            "stop": 958626763
        },
        {
            "start": 958634465,
            "stop": 958645796
        },
        {
            "start": 958658468,
            "stop": 958665431
        },
        {
            "start": 958668831,
            "stop": 958669825
        },
        {
            "start": 958675528,
            "stop": 958683581
        },
        {
            "start": 958683965,
            "stop": 958684358
        },
        {
            "start": 958704575,
            "stop": 958716487
        },
        {
            "start": 958717344,
            "stop": 958732564
        },
        {
            "start": 958733079,
            "stop": 958736888
        },
        {
            "start": 958740971,
            "stop": 958748401
        },
        {
            "start": 958757539,
            "stop": 958765801
        },
        {
            "start": 958814353,
            "stop": 958820045
        },
        {
            "start": 958930330,
            "stop": 958940726
        },
        {
            "start": 958969536,
            "stop": 958971186
        },
        {
            "start": 958973256,
            "stop": 958976744
        },
        {
            "start": 958979120,
            "stop": 958981769
        },
        {
            "start": 958983542,
            "stop": 958983631
        },
        {
            "start": 958984466,
            "stop": 958984731
        }
    ]
}