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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=416",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 417,
    "results": [
        {
            "start": 1267588560,
            "stop": 1267588561
        },
        {
            "start": 1267588563,
            "stop": 1267588577
        },
        {
            "start": 1267588579,
            "stop": 1267588580
        },
        {
            "start": 1267588581,
            "stop": 1267588609
        },
        {
            "start": 1267588610,
            "stop": 1267588613
        },
        {
            "start": 1267588615,
            "stop": 1267588616
        },
        {
            "start": 1267588617,
            "stop": 1267588619
        },
        {
            "start": 1267588621,
            "stop": 1267588623
        },
        {
            "start": 1267588624,
            "stop": 1267588627
        },
        {
            "start": 1267588629,
            "stop": 1267588691
        },
        {
            "start": 1267588694,
            "stop": 1267588703
        },
        {
            "start": 1267588704,
            "stop": 1267588708
        },
        {
            "start": 1267588710,
            "stop": 1267589092
        },
        {
            "start": 1267594722,
            "stop": 1267595882
        },
        {
            "start": 1267595884,
            "stop": 1267595885
        },
        {
            "start": 1267595886,
            "stop": 1267595897
        },
        {
            "start": 1267595898,
            "stop": 1267595906
        },
        {
            "start": 1267595907,
            "stop": 1267595910
        },
        {
            "start": 1267595911,
            "stop": 1267595916
        },
        {
            "start": 1267595917,
            "stop": 1267595921
        }
    ]
}