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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=171",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 172,
    "results": [
        {
            "start": 932395591,
            "stop": 932395980
        },
        {
            "start": 932399191,
            "stop": 932399489
        },
        {
            "start": 932399517,
            "stop": 932399537
        },
        {
            "start": 932408671,
            "stop": 932408803
        },
        {
            "start": 932408806,
            "stop": 932408983
        },
        {
            "start": 932408985,
            "stop": 932409328
        },
        {
            "start": 932409345,
            "stop": 932409745
        },
        {
            "start": 932409770,
            "stop": 932410019
        },
        {
            "start": 932410022,
            "stop": 932410146
        },
        {
            "start": 932410206,
            "stop": 932410651
        },
        {
            "start": 932410669,
            "stop": 932410815
        },
        {
            "start": 932411175,
            "stop": 932411201
        },
        {
            "start": 932411203,
            "stop": 932411323
        },
        {
            "start": 932417009,
            "stop": 932417426
        },
        {
            "start": 932417432,
            "stop": 932417595
        },
        {
            "start": 932417597,
            "stop": 932417631
        },
        {
            "start": 932417638,
            "stop": 932417771
        },
        {
            "start": 932417777,
            "stop": 932417980
        },
        {
            "start": 932418375,
            "stop": 932418511
        },
        {
            "start": 932419372,
            "stop": 932419488
        }
    ]
}