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_CAT2/segments?format=api&page=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=50",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 51,
    "results": [
        {
            "start": 1262689952,
            "stop": 1262690127
        },
        {
            "start": 1262690130,
            "stop": 1262690135
        },
        {
            "start": 1262690138,
            "stop": 1262690154
        },
        {
            "start": 1262690158,
            "stop": 1262690415
        },
        {
            "start": 1262690417,
            "stop": 1262690450
        },
        {
            "start": 1262690452,
            "stop": 1262690669
        },
        {
            "start": 1262690671,
            "stop": 1262690698
        },
        {
            "start": 1262690700,
            "stop": 1262690705
        },
        {
            "start": 1262690708,
            "stop": 1262690758
        },
        {
            "start": 1262690760,
            "stop": 1262690771
        },
        {
            "start": 1262690773,
            "stop": 1262690790
        },
        {
            "start": 1262690792,
            "stop": 1262690813
        },
        {
            "start": 1262690817,
            "stop": 1262690857
        },
        {
            "start": 1262690859,
            "stop": 1262690863
        },
        {
            "start": 1262690866,
            "stop": 1262690874
        },
        {
            "start": 1262690880,
            "stop": 1262690881
        },
        {
            "start": 1262690884,
            "stop": 1262690901
        },
        {
            "start": 1262690905,
            "stop": 1262690944
        },
        {
            "start": 1262690947,
            "stop": 1262690979
        },
        {
            "start": 1262690982,
            "stop": 1262690984
        }
    ]
}