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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=106",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 107,
    "results": [
        {
            "start": 958142364,
            "stop": 958146272
        },
        {
            "start": 958147221,
            "stop": 958149554
        },
        {
            "start": 958150741,
            "stop": 958150840
        },
        {
            "start": 958151485,
            "stop": 958166957
        },
        {
            "start": 958170732,
            "stop": 958171965
        },
        {
            "start": 958171982,
            "stop": 958182890
        },
        {
            "start": 958183773,
            "stop": 958206749
        },
        {
            "start": 958208118,
            "stop": 958213387
        },
        {
            "start": 958214412,
            "stop": 958214454
        },
        {
            "start": 958214561,
            "stop": 958215785
        },
        {
            "start": 958218510,
            "stop": 958221339
        },
        {
            "start": 958284208,
            "stop": 958288516
        },
        {
            "start": 958288981,
            "stop": 958306990
        },
        {
            "start": 958312231,
            "stop": 958323540
        },
        {
            "start": 958332302,
            "stop": 958335299
        },
        {
            "start": 958336932,
            "stop": 958339666
        },
        {
            "start": 958378121,
            "stop": 958385085
        },
        {
            "start": 958386951,
            "stop": 958387280
        },
        {
            "start": 958388922,
            "stop": 958391644
        },
        {
            "start": 958395326,
            "stop": 958395431
        }
    ]
}