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_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_CBCHIGH_CAT4/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=225",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 226,
    "results": [
        {
            "start": 931459846,
            "stop": 931459849
        },
        {
            "start": 931459851,
            "stop": 931459854
        },
        {
            "start": 931459856,
            "stop": 931459859
        },
        {
            "start": 931459862,
            "stop": 931459877
        },
        {
            "start": 931459879,
            "stop": 931459903
        },
        {
            "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
        }
    ]
}