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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=423",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 424,
    "results": [
        {
            "start": 825411604,
            "stop": 825413023
        },
        {
            "start": 825413026,
            "stop": 825413355
        },
        {
            "start": 825413358,
            "stop": 825413486
        },
        {
            "start": 825413503,
            "stop": 825414303
        },
        {
            "start": 825414306,
            "stop": 825414417
        },
        {
            "start": 825414442,
            "stop": 825414621
        },
        {
            "start": 825414641,
            "stop": 825414800
        },
        {
            "start": 825414803,
            "stop": 825414977
        },
        {
            "start": 825414980,
            "stop": 825415060
        },
        {
            "start": 825415063,
            "stop": 825415725
        },
        {
            "start": 825415728,
            "stop": 825416840
        },
        {
            "start": 825416844,
            "stop": 825416943
        },
        {
            "start": 825416947,
            "stop": 825417432
        },
        {
            "start": 825417436,
            "stop": 825419788
        },
        {
            "start": 825419791,
            "stop": 825420419
        },
        {
            "start": 825420422,
            "stop": 825420754
        },
        {
            "start": 825420771,
            "stop": 825421158
        },
        {
            "start": 825421177,
            "stop": 825421548
        },
        {
            "start": 825421554,
            "stop": 825423641
        },
        {
            "start": 825423644,
            "stop": 825425029
        }
    ]
}