Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=81
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=80",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 81,
    "results": [
        {
            "start": 1263222503,
            "stop": 1263222578
        },
        {
            "start": 1263222580,
            "stop": 1263222584
        },
        {
            "start": 1263222592,
            "stop": 1263222607
        },
        {
            "start": 1263222610,
            "stop": 1263222612
        },
        {
            "start": 1263222614,
            "stop": 1263222628
        },
        {
            "start": 1263222629,
            "stop": 1263222634
        },
        {
            "start": 1263222635,
            "stop": 1263222636
        },
        {
            "start": 1263222638,
            "stop": 1263222639
        },
        {
            "start": 1263222640,
            "stop": 1263225181
        },
        {
            "start": 1263225183,
            "stop": 1263225922
        },
        {
            "start": 1263225923,
            "stop": 1263225924
        },
        {
            "start": 1263225928,
            "stop": 1263225963
        },
        {
            "start": 1263225964,
            "stop": 1263225965
        },
        {
            "start": 1263225967,
            "stop": 1263226116
        },
        {
            "start": 1263226118,
            "stop": 1263226180
        },
        {
            "start": 1263226182,
            "stop": 1263226183
        },
        {
            "start": 1263226184,
            "stop": 1263226188
        },
        {
            "start": 1263226189,
            "stop": 1263226190
        },
        {
            "start": 1263226191,
            "stop": 1263226192
        },
        {
            "start": 1263226195,
            "stop": 1263226201
        }
    ]
}