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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=80",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 81,
    "results": [
        {
            "start": 819107898,
            "stop": 819113413
        },
        {
            "start": 819114475,
            "stop": 819117910
        },
        {
            "start": 819117917,
            "stop": 819119413
        },
        {
            "start": 819119417,
            "stop": 819119770
        },
        {
            "start": 819119774,
            "stop": 819122004
        },
        {
            "start": 819122012,
            "stop": 819123603
        },
        {
            "start": 819123610,
            "stop": 819124273
        },
        {
            "start": 819124298,
            "stop": 819124299
        },
        {
            "start": 819124456,
            "stop": 819126638
        },
        {
            "start": 819126646,
            "stop": 819127993
        },
        {
            "start": 819128146,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144463
        },
        {
            "start": 819145645,
            "stop": 819146045
        },
        {
            "start": 819146052,
            "stop": 819147013
        },
        {
            "start": 819147015,
            "stop": 819147016
        },
        {
            "start": 819165778,
            "stop": 819165978
        },
        {
            "start": 819165985,
            "stop": 819165991
        },
        {
            "start": 819165998,
            "stop": 819166096
        },
        {
            "start": 819166109,
            "stop": 819166138
        },
        {
            "start": 819166145,
            "stop": 819166619
        }
    ]
}