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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=761",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=759",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 760,
    "results": [
        {
            "start": 1267713216,
            "stop": 1267714082
        },
        {
            "start": 1267714083,
            "stop": 1267714526
        },
        {
            "start": 1267714528,
            "stop": 1267715711
        },
        {
            "start": 1267715713,
            "stop": 1267716250
        },
        {
            "start": 1267716256,
            "stop": 1267716257
        },
        {
            "start": 1267716259,
            "stop": 1267716756
        },
        {
            "start": 1267716757,
            "stop": 1267716795
        },
        {
            "start": 1267716798,
            "stop": 1267716799
        },
        {
            "start": 1267716803,
            "stop": 1267716804
        },
        {
            "start": 1267716805,
            "stop": 1267716807
        },
        {
            "start": 1267716808,
            "stop": 1267716809
        },
        {
            "start": 1267716810,
            "stop": 1267716812
        },
        {
            "start": 1267716816,
            "stop": 1267716817
        },
        {
            "start": 1267716822,
            "stop": 1267716825
        },
        {
            "start": 1267716826,
            "stop": 1267716827
        },
        {
            "start": 1267716829,
            "stop": 1267716964
        },
        {
            "start": 1267716966,
            "stop": 1267716967
        },
        {
            "start": 1267716973,
            "stop": 1267716974
        },
        {
            "start": 1267716976,
            "stop": 1267716985
        },
        {
            "start": 1267716988,
            "stop": 1267716992
        }
    ]
}