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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=210",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 211,
    "results": [
        {
            "start": 820469018,
            "stop": 820469111
        },
        {
            "start": 820469118,
            "stop": 820469329
        },
        {
            "start": 820469336,
            "stop": 820469646
        },
        {
            "start": 820469653,
            "stop": 820469682
        },
        {
            "start": 820469689,
            "stop": 820470563
        },
        {
            "start": 820470571,
            "stop": 820470803
        },
        {
            "start": 820470810,
            "stop": 820471423
        },
        {
            "start": 820471431,
            "stop": 820471947
        },
        {
            "start": 820471954,
            "stop": 820472253
        },
        {
            "start": 820472267,
            "stop": 820472580
        },
        {
            "start": 820472643,
            "stop": 820472919
        },
        {
            "start": 820472926,
            "stop": 820473018
        },
        {
            "start": 820473025,
            "stop": 820473142
        },
        {
            "start": 820473150,
            "stop": 820473160
        },
        {
            "start": 820473167,
            "stop": 820473193
        },
        {
            "start": 820473411,
            "stop": 820473972
        },
        {
            "start": 820473980,
            "stop": 820474071
        },
        {
            "start": 820474078,
            "stop": 820474106
        },
        {
            "start": 820474121,
            "stop": 820474149
        },
        {
            "start": 820474157,
            "stop": 820474276
        }
    ]
}