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=852
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=853",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=851",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 852,
    "results": [
        {
            "start": 1250509189,
            "stop": 1250509266
        },
        {
            "start": 1250509270,
            "stop": 1250509774
        },
        {
            "start": 1250509778,
            "stop": 1250510444
        },
        {
            "start": 1250510448,
            "stop": 1250510682
        },
        {
            "start": 1250510686,
            "stop": 1250510725
        },
        {
            "start": 1250510729,
            "stop": 1250510972
        },
        {
            "start": 1250510976,
            "stop": 1250512085
        },
        {
            "start": 1250512089,
            "stop": 1250512338
        },
        {
            "start": 1250512340,
            "stop": 1250512856
        },
        {
            "start": 1250512860,
            "stop": 1250512898
        },
        {
            "start": 1250512903,
            "stop": 1250513146
        },
        {
            "start": 1250513154,
            "stop": 1250513608
        },
        {
            "start": 1250513612,
            "stop": 1250513852
        },
        {
            "start": 1250513856,
            "stop": 1250514041
        },
        {
            "start": 1250514045,
            "stop": 1250514440
        },
        {
            "start": 1250514444,
            "stop": 1250515651
        },
        {
            "start": 1250515655,
            "stop": 1250516628
        },
        {
            "start": 1250516632,
            "stop": 1250517364
        },
        {
            "start": 1250517368,
            "stop": 1250518064
        },
        {
            "start": 1250518067,
            "stop": 1250518367
        }
    ]
}