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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1945",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1943",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1944,
    "results": [
        {
            "start": 1252765718,
            "stop": 1252765730
        },
        {
            "start": 1252765733,
            "stop": 1252765736
        },
        {
            "start": 1252765739,
            "stop": 1252765740
        },
        {
            "start": 1252789238,
            "stop": 1252790204
        },
        {
            "start": 1252790207,
            "stop": 1252792799
        },
        {
            "start": 1252792801,
            "stop": 1252794319
        },
        {
            "start": 1252794322,
            "stop": 1252794326
        },
        {
            "start": 1252794329,
            "stop": 1252794619
        },
        {
            "start": 1252794622,
            "stop": 1252794641
        },
        {
            "start": 1252794644,
            "stop": 1252794768
        },
        {
            "start": 1252794771,
            "stop": 1252794805
        },
        {
            "start": 1252794808,
            "stop": 1252794853
        },
        {
            "start": 1252794856,
            "stop": 1252794918
        },
        {
            "start": 1252794921,
            "stop": 1252794932
        },
        {
            "start": 1252794935,
            "stop": 1252794999
        },
        {
            "start": 1252795002,
            "stop": 1252795112
        },
        {
            "start": 1252795115,
            "stop": 1252795538
        },
        {
            "start": 1252795541,
            "stop": 1252795542
        },
        {
            "start": 1252795545,
            "stop": 1252795552
        },
        {
            "start": 1252795555,
            "stop": 1252795556
        }
    ]
}