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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=22",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 23,
    "results": [
        {
            "start": 820108802,
            "stop": 820108804
        },
        {
            "start": 820108952,
            "stop": 820108954
        },
        {
            "start": 820109629,
            "stop": 820137358
        },
        {
            "start": 820138296,
            "stop": 820138492
        },
        {
            "start": 820143330,
            "stop": 820158913
        },
        {
            "start": 820158917,
            "stop": 820158920
        },
        {
            "start": 820159966,
            "stop": 820160683
        },
        {
            "start": 820164669,
            "stop": 820173193
        },
        {
            "start": 820174728,
            "stop": 820179793
        },
        {
            "start": 820183599,
            "stop": 820183993
        },
        {
            "start": 820190536,
            "stop": 820190934
        },
        {
            "start": 820192095,
            "stop": 820201858
        },
        {
            "start": 820204032,
            "stop": 820204062
        },
        {
            "start": 820205048,
            "stop": 820214703
        },
        {
            "start": 820215233,
            "stop": 820215264
        },
        {
            "start": 820215265,
            "stop": 820218553
        },
        {
            "start": 820240547,
            "stop": 820244213
        },
        {
            "start": 820260446,
            "stop": 820262635
        },
        {
            "start": 820265967,
            "stop": 820268953
        },
        {
            "start": 820271867,
            "stop": 820274752
        }
    ]
}