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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=742",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 743,
    "results": [
        {
            "start": 856928716,
            "stop": 856987275
        },
        {
            "start": 856988224,
            "stop": 857006970
        },
        {
            "start": 857007030,
            "stop": 857007035
        },
        {
            "start": 857008616,
            "stop": 857022144
        },
        {
            "start": 857022149,
            "stop": 857094675
        },
        {
            "start": 857095976,
            "stop": 857131832
        },
        {
            "start": 857133195,
            "stop": 857162994
        },
        {
            "start": 857163126,
            "stop": 857168995
        },
        {
            "start": 857169815,
            "stop": 857170059
        },
        {
            "start": 857170485,
            "stop": 857215114
        },
        {
            "start": 857216649,
            "stop": 857229901
        },
        {
            "start": 857231076,
            "stop": 857232138
        },
        {
            "start": 857249580,
            "stop": 857258014
        },
        {
            "start": 857258539,
            "stop": 857262633
        },
        {
            "start": 857262634,
            "stop": 857262637
        },
        {
            "start": 857263825,
            "stop": 857268816
        },
        {
            "start": 857269658,
            "stop": 857307246
        },
        {
            "start": 857308431,
            "stop": 857309962
        },
        {
            "start": 857309964,
            "stop": 857334870
        },
        {
            "start": 857336215,
            "stop": 857362650
        }
    ]
}