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=811
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=812",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=810",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 811,
    "results": [
        {
            "start": 1250238218,
            "stop": 1250238220
        },
        {
            "start": 1250238225,
            "stop": 1250238333
        },
        {
            "start": 1250238336,
            "stop": 1250238342
        },
        {
            "start": 1250238347,
            "stop": 1250238510
        },
        {
            "start": 1250238514,
            "stop": 1250238545
        },
        {
            "start": 1250238549,
            "stop": 1250238744
        },
        {
            "start": 1250238749,
            "stop": 1250238754
        },
        {
            "start": 1250238756,
            "stop": 1250238798
        },
        {
            "start": 1250238803,
            "stop": 1250238808
        },
        {
            "start": 1250238813,
            "stop": 1250239548
        },
        {
            "start": 1250239550,
            "stop": 1250239556
        },
        {
            "start": 1250239561,
            "stop": 1250239575
        },
        {
            "start": 1250239580,
            "stop": 1250239610
        },
        {
            "start": 1250239614,
            "stop": 1250239615
        },
        {
            "start": 1250239619,
            "stop": 1250239645
        },
        {
            "start": 1250239650,
            "stop": 1250239651
        },
        {
            "start": 1250239653,
            "stop": 1250239709
        },
        {
            "start": 1250239713,
            "stop": 1250239808
        },
        {
            "start": 1250239813,
            "stop": 1250239838
        },
        {
            "start": 1250239845,
            "stop": 1250239848
        }
    ]
}