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=5307
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=5308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5306",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5307,
    "results": [
        {
            "start": 970737781,
            "stop": 970739583
        },
        {
            "start": 970739586,
            "stop": 970739927
        },
        {
            "start": 970739930,
            "stop": 970739959
        },
        {
            "start": 970739962,
            "stop": 970740017
        },
        {
            "start": 970740020,
            "stop": 970741120
        },
        {
            "start": 970741123,
            "stop": 970741627
        },
        {
            "start": 970741630,
            "stop": 970741798
        },
        {
            "start": 970741801,
            "stop": 970741855
        },
        {
            "start": 970741858,
            "stop": 970742136
        },
        {
            "start": 970742139,
            "stop": 970743997
        },
        {
            "start": 970744000,
            "stop": 970744329
        },
        {
            "start": 970744332,
            "stop": 970744813
        },
        {
            "start": 970744818,
            "stop": 970744965
        },
        {
            "start": 970744968,
            "stop": 970745142
        },
        {
            "start": 970745145,
            "stop": 970745296
        },
        {
            "start": 970745299,
            "stop": 970745496
        },
        {
            "start": 970745499,
            "stop": 970745757
        },
        {
            "start": 970745760,
            "stop": 970746042
        },
        {
            "start": 970746045,
            "stop": 970748304
        },
        {
            "start": 970748307,
            "stop": 970749890
        }
    ]
}