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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=249",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 250,
    "results": [
        {
            "start": 1262689275,
            "stop": 1262689363
        },
        {
            "start": 1262689366,
            "stop": 1262689376
        },
        {
            "start": 1262689379,
            "stop": 1262689627
        },
        {
            "start": 1262689629,
            "stop": 1262689634
        },
        {
            "start": 1262689636,
            "stop": 1262689644
        },
        {
            "start": 1262689646,
            "stop": 1262689647
        },
        {
            "start": 1262689650,
            "stop": 1262689655
        },
        {
            "start": 1262689657,
            "stop": 1262689696
        },
        {
            "start": 1262689697,
            "stop": 1262689702
        },
        {
            "start": 1262689707,
            "stop": 1262689792
        },
        {
            "start": 1262689794,
            "stop": 1262689948
        },
        {
            "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
        }
    ]
}