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/O3b/timelines/L1_CBC_CAT1/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/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=4",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 5,
    "results": [
        {
            "start": 1258992472,
            "stop": 1259006681
        },
        {
            "start": 1259006811,
            "stop": 1259056815
        },
        {
            "start": 1259059382,
            "stop": 1259126052
        },
        {
            "start": 1259131422,
            "stop": 1259136094
        },
        {
            "start": 1259139755,
            "stop": 1259145212
        },
        {
            "start": 1259145729,
            "stop": 1259183804
        },
        {
            "start": 1259183876,
            "stop": 1259184008
        },
        {
            "start": 1259309010,
            "stop": 1259357517
        },
        {
            "start": 1259362537,
            "stop": 1259364284
        },
        {
            "start": 1259364420,
            "stop": 1259420626
        },
        {
            "start": 1259441610,
            "stop": 1259441658
        },
        {
            "start": 1259441695,
            "stop": 1259459382
        },
        {
            "start": 1259462773,
            "stop": 1259469031
        },
        {
            "start": 1259469207,
            "stop": 1259475473
        },
        {
            "start": 1259475559,
            "stop": 1259481051
        },
        {
            "start": 1259481147,
            "stop": 1259481824
        },
        {
            "start": 1259481907,
            "stop": 1259488174
        },
        {
            "start": 1259488256,
            "stop": 1259494523
        },
        {
            "start": 1259494604,
            "stop": 1259500872
        },
        {
            "start": 1259500955,
            "stop": 1259507220
        }
    ]
}