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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=4",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 5,
    "results": [
        {
            "start": 1165041490,
            "stop": 1165041503
        },
        {
            "start": 1165041505,
            "stop": 1165041527
        },
        {
            "start": 1165041528,
            "stop": 1165041568
        },
        {
            "start": 1165041569,
            "stop": 1165041677
        },
        {
            "start": 1165041678,
            "stop": 1165041724
        },
        {
            "start": 1165041725,
            "stop": 1165041737
        },
        {
            "start": 1165041738,
            "stop": 1165041780
        },
        {
            "start": 1165041781,
            "stop": 1165041783
        },
        {
            "start": 1165041784,
            "stop": 1165041802
        },
        {
            "start": 1165041803,
            "stop": 1165041807
        },
        {
            "start": 1165041808,
            "stop": 1165041823
        },
        {
            "start": 1165041824,
            "stop": 1165041825
        },
        {
            "start": 1165041826,
            "stop": 1165041867
        },
        {
            "start": 1165041868,
            "stop": 1165041891
        },
        {
            "start": 1165041893,
            "stop": 1165041895
        },
        {
            "start": 1165041896,
            "stop": 1165041899
        },
        {
            "start": 1165041900,
            "stop": 1165041915
        },
        {
            "start": 1165041916,
            "stop": 1165041932
        },
        {
            "start": 1165041934,
            "stop": 1165041951
        },
        {
            "start": 1165041952,
            "stop": 1165041953
        }
    ]
}