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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2316",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2317,
    "results": [
        {
            "start": 871565902,
            "stop": 871565906
        },
        {
            "start": 871565923,
            "stop": 871566014
        },
        {
            "start": 871566031,
            "stop": 871566357
        },
        {
            "start": 871566379,
            "stop": 871566825
        },
        {
            "start": 871566842,
            "stop": 871566865
        },
        {
            "start": 871566882,
            "stop": 871566886
        },
        {
            "start": 871566903,
            "stop": 871566946
        },
        {
            "start": 871567001,
            "stop": 871567078
        },
        {
            "start": 871567105,
            "stop": 871567140
        },
        {
            "start": 871567157,
            "stop": 871567486
        },
        {
            "start": 871567503,
            "stop": 871567918
        },
        {
            "start": 871567940,
            "stop": 871567947
        },
        {
            "start": 871567964,
            "stop": 871569266
        },
        {
            "start": 871569283,
            "stop": 871572062
        },
        {
            "start": 871572079,
            "stop": 871572178
        },
        {
            "start": 871572195,
            "stop": 871574180
        },
        {
            "start": 871574197,
            "stop": 871583498
        },
        {
            "start": 871583532,
            "stop": 871583733
        },
        {
            "start": 871583750,
            "stop": 871584700
        },
        {
            "start": 871584717,
            "stop": 871584878
        }
    ]
}