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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=117",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 118,
    "results": [
        {
            "start": 932624557,
            "stop": 932624569
        },
        {
            "start": 932624589,
            "stop": 932624602
        },
        {
            "start": 932624795,
            "stop": 932624812
        },
        {
            "start": 932624897,
            "stop": 932624905
        },
        {
            "start": 932624948,
            "stop": 932624962
        },
        {
            "start": 932625035,
            "stop": 932625083
        },
        {
            "start": 932625102,
            "stop": 932625119
        },
        {
            "start": 932625146,
            "stop": 932625721
        },
        {
            "start": 932625875,
            "stop": 932625914
        },
        {
            "start": 932626044,
            "stop": 932626053
        },
        {
            "start": 932626248,
            "stop": 932626250
        },
        {
            "start": 932626269,
            "stop": 932626395
        },
        {
            "start": 932628000,
            "stop": 932628764
        },
        {
            "start": 932628783,
            "stop": 932628981
        },
        {
            "start": 932629000,
            "stop": 932629252
        },
        {
            "start": 932629271,
            "stop": 932629279
        },
        {
            "start": 932629298,
            "stop": 932629511
        },
        {
            "start": 932629530,
            "stop": 932629547
        },
        {
            "start": 932629566,
            "stop": 932629623
        },
        {
            "start": 932629642,
            "stop": 932629719
        }
    ]
}