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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=809",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=807",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 808,
    "results": [
        {
            "start": 1250207805,
            "stop": 1250207895
        },
        {
            "start": 1250207902,
            "stop": 1250207906
        },
        {
            "start": 1250207914,
            "stop": 1250207920
        },
        {
            "start": 1250207924,
            "stop": 1250207927
        },
        {
            "start": 1250207931,
            "stop": 1250207935
        },
        {
            "start": 1250207938,
            "stop": 1250207939
        },
        {
            "start": 1250207946,
            "stop": 1250207950
        },
        {
            "start": 1250207953,
            "stop": 1250207983
        },
        {
            "start": 1250207986,
            "stop": 1250207989
        },
        {
            "start": 1250207991,
            "stop": 1250207993
        },
        {
            "start": 1250207996,
            "stop": 1250207997
        },
        {
            "start": 1250208001,
            "stop": 1250208014
        },
        {
            "start": 1250208015,
            "stop": 1250208243
        },
        {
            "start": 1250208245,
            "stop": 1250208663
        },
        {
            "start": 1250208670,
            "stop": 1250208927
        },
        {
            "start": 1250208930,
            "stop": 1250210940
        },
        {
            "start": 1250210945,
            "stop": 1250210950
        },
        {
            "start": 1250210955,
            "stop": 1250211046
        },
        {
            "start": 1250211049,
            "stop": 1250211050
        },
        {
            "start": 1250211053,
            "stop": 1250211070
        }
    ]
}