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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4805",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4803",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4804,
    "results": [
        {
            "start": 970768766,
            "stop": 970769010
        },
        {
            "start": 970769027,
            "stop": 970770094
        },
        {
            "start": 970770097,
            "stop": 970770592
        },
        {
            "start": 970770595,
            "stop": 970773343
        },
        {
            "start": 970773346,
            "stop": 970776123
        },
        {
            "start": 970776126,
            "stop": 970776862
        },
        {
            "start": 970776879,
            "stop": 970777168
        },
        {
            "start": 970777171,
            "stop": 970777434
        },
        {
            "start": 970777437,
            "stop": 970777538
        },
        {
            "start": 970780178,
            "stop": 970781535
        },
        {
            "start": 970781538,
            "stop": 970782759
        },
        {
            "start": 970782762,
            "stop": 970784459
        },
        {
            "start": 970784462,
            "stop": 970787993
        },
        {
            "start": 970789463,
            "stop": 970790163
        },
        {
            "start": 970790166,
            "stop": 970791174
        },
        {
            "start": 970791177,
            "stop": 970791727
        },
        {
            "start": 970791748,
            "stop": 970791810
        },
        {
            "start": 970791831,
            "stop": 970791853
        },
        {
            "start": 970791856,
            "stop": 970792182
        },
        {
            "start": 970792185,
            "stop": 970795764
        }
    ]
}