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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5310",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5311,
    "results": [
        {
            "start": 970790166,
            "stop": 970791174
        },
        {
            "start": 970791177,
            "stop": 970791727
        },
        {
            "start": 970791748,
            "stop": 970791810
        },
        {
            "start": 970791831,
            "stop": 970791853
        },
        {
            "start": 970791856,
            "stop": 970792182
        },
        {
            "start": 970792185,
            "stop": 970795764
        },
        {
            "start": 970795767,
            "stop": 970797396
        },
        {
            "start": 970797399,
            "stop": 970797710
        },
        {
            "start": 970797713,
            "stop": 970798456
        },
        {
            "start": 970798459,
            "stop": 970799262
        },
        {
            "start": 970799265,
            "stop": 970802796
        },
        {
            "start": 970802799,
            "stop": 970802853
        },
        {
            "start": 970802856,
            "stop": 970804452
        },
        {
            "start": 970808494,
            "stop": 970809529
        },
        {
            "start": 970809532,
            "stop": 970809790
        },
        {
            "start": 970809793,
            "stop": 970810186
        },
        {
            "start": 970810189,
            "stop": 970813400
        },
        {
            "start": 970813403,
            "stop": 970813619
        },
        {
            "start": 970813636,
            "stop": 970814722
        },
        {
            "start": 970814725,
            "stop": 970815051
        }
    ]
}