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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 167,
    "results": [
        {
            "start": 818066592,
            "stop": 818066603
        },
        {
            "start": 818066616,
            "stop": 818066621
        },
        {
            "start": 818066624,
            "stop": 818066626
        },
        {
            "start": 818066631,
            "stop": 818066657
        },
        {
            "start": 818066661,
            "stop": 818066674
        },
        {
            "start": 818066677,
            "stop": 818066683
        },
        {
            "start": 818066686,
            "stop": 818066693
        },
        {
            "start": 818066699,
            "stop": 818066700
        },
        {
            "start": 818066820,
            "stop": 818066840
        },
        {
            "start": 818066843,
            "stop": 818066856
        },
        {
            "start": 818066859,
            "stop": 818066869
        },
        {
            "start": 818066872,
            "stop": 818066878
        },
        {
            "start": 818066887,
            "stop": 818066888
        },
        {
            "start": 818066906,
            "stop": 818066930
        },
        {
            "start": 818066937,
            "stop": 818066950
        },
        {
            "start": 818066953,
            "stop": 818066959
        },
        {
            "start": 818066962,
            "stop": 818066963
        },
        {
            "start": 818066970,
            "stop": 818066974
        },
        {
            "start": 818066977,
            "stop": 818066999
        },
        {
            "start": 818067002,
            "stop": 818067014
        }
    ]
}