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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15766",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15764",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15765,
    "results": [
        {
            "start": 971169591,
            "stop": 971169597
        },
        {
            "start": 971169600,
            "stop": 971169603
        },
        {
            "start": 971169604,
            "stop": 971169607
        },
        {
            "start": 971169609,
            "stop": 971169613
        },
        {
            "start": 971169616,
            "stop": 971169617
        },
        {
            "start": 971169618,
            "stop": 971169619
        },
        {
            "start": 971169621,
            "stop": 971169622
        },
        {
            "start": 971169629,
            "stop": 971169630
        },
        {
            "start": 971169631,
            "stop": 971169632
        },
        {
            "start": 971169633,
            "stop": 971169637
        },
        {
            "start": 971169638,
            "stop": 971169643
        },
        {
            "start": 971169644,
            "stop": 971169645
        },
        {
            "start": 971169647,
            "stop": 971169648
        },
        {
            "start": 971169649,
            "stop": 971169652
        },
        {
            "start": 971169653,
            "stop": 971169657
        },
        {
            "start": 971169658,
            "stop": 971169659
        },
        {
            "start": 971169661,
            "stop": 971169663
        },
        {
            "start": 971169666,
            "stop": 971169667
        },
        {
            "start": 971169669,
            "stop": 971169672
        },
        {
            "start": 971169675,
            "stop": 971169678
        }
    ]
}