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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=225",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 226,
    "results": [
        {
            "start": 931459905,
            "stop": 931459908
        },
        {
            "start": 931459911,
            "stop": 931459931
        },
        {
            "start": 931459933,
            "stop": 931459942
        },
        {
            "start": 931459944,
            "stop": 931459945
        },
        {
            "start": 931459948,
            "stop": 931459949
        },
        {
            "start": 931460072,
            "stop": 931460077
        },
        {
            "start": 931460079,
            "stop": 931460094
        },
        {
            "start": 931460098,
            "stop": 931460099
        },
        {
            "start": 931460103,
            "stop": 931460116
        },
        {
            "start": 931460118,
            "stop": 931460119
        },
        {
            "start": 931460121,
            "stop": 931460129
        },
        {
            "start": 931460130,
            "stop": 931460132
        },
        {
            "start": 931460134,
            "stop": 931460137
        },
        {
            "start": 931460139,
            "stop": 931460142
        },
        {
            "start": 931460144,
            "stop": 931460146
        },
        {
            "start": 931460151,
            "stop": 931460156
        },
        {
            "start": 931460163,
            "stop": 931460173
        },
        {
            "start": 931460177,
            "stop": 931460197
        },
        {
            "start": 931460200,
            "stop": 931460202
        },
        {
            "start": 931460204,
            "stop": 931460212
        }
    ]
}