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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=90",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 91,
    "results": [
        {
            "start": 932079305,
            "stop": 932079360
        },
        {
            "start": 932079361,
            "stop": 932079395
        },
        {
            "start": 932079396,
            "stop": 932079400
        },
        {
            "start": 932079401,
            "stop": 932079402
        },
        {
            "start": 932079404,
            "stop": 932079436
        },
        {
            "start": 932079437,
            "stop": 932079488
        },
        {
            "start": 932079490,
            "stop": 932079669
        },
        {
            "start": 932079671,
            "stop": 932079708
        },
        {
            "start": 932079711,
            "stop": 932079712
        },
        {
            "start": 932079713,
            "stop": 932079723
        },
        {
            "start": 932079724,
            "stop": 932079726
        },
        {
            "start": 932079728,
            "stop": 932079746
        },
        {
            "start": 932079748,
            "stop": 932079778
        },
        {
            "start": 932079779,
            "stop": 932079791
        },
        {
            "start": 932079793,
            "stop": 932079825
        },
        {
            "start": 932079826,
            "stop": 932079838
        },
        {
            "start": 932079840,
            "stop": 932079848
        },
        {
            "start": 932079849,
            "stop": 932079901
        },
        {
            "start": 932079902,
            "stop": 932079903
        },
        {
            "start": 932079905,
            "stop": 932080022
        }
    ]
}