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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=197",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 198,
    "results": [
        {
            "start": 817692397,
            "stop": 817692419
        },
        {
            "start": 817692494,
            "stop": 817692529
        },
        {
            "start": 817692602,
            "stop": 817692625
        },
        {
            "start": 817692662,
            "stop": 817692665
        },
        {
            "start": 817692703,
            "stop": 817692715
        },
        {
            "start": 817692776,
            "stop": 817692788
        },
        {
            "start": 817692823,
            "stop": 817692829
        },
        {
            "start": 817692923,
            "stop": 817692986
        },
        {
            "start": 817693019,
            "stop": 817693033
        },
        {
            "start": 817693091,
            "stop": 817693174
        },
        {
            "start": 817693197,
            "stop": 817693219
        },
        {
            "start": 817693258,
            "stop": 817693265
        },
        {
            "start": 817693302,
            "stop": 817693326
        },
        {
            "start": 817693389,
            "stop": 817693446
        },
        {
            "start": 817693505,
            "stop": 817693535
        },
        {
            "start": 817693590,
            "stop": 817693595
        },
        {
            "start": 817693618,
            "stop": 817693639
        },
        {
            "start": 817693665,
            "stop": 817693704
        },
        {
            "start": 817693793,
            "stop": 817693798
        },
        {
            "start": 817693890,
            "stop": 817693931
        }
    ]
}