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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8303",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8304,
    "results": [
        {
            "start": 874147028,
            "stop": 874147057
        },
        {
            "start": 874147086,
            "stop": 874147158
        },
        {
            "start": 874147201,
            "stop": 874147202
        },
        {
            "start": 874147222,
            "stop": 874147284
        },
        {
            "start": 874147304,
            "stop": 874147313
        },
        {
            "start": 874147332,
            "stop": 874147339
        },
        {
            "start": 874147358,
            "stop": 874147441
        },
        {
            "start": 874147460,
            "stop": 874147702
        },
        {
            "start": 874147751,
            "stop": 874147962
        },
        {
            "start": 874148006,
            "stop": 874148016
        },
        {
            "start": 874148035,
            "stop": 874148230
        },
        {
            "start": 874148249,
            "stop": 874148387
        },
        {
            "start": 874148419,
            "stop": 874148465
        },
        {
            "start": 874148485,
            "stop": 874148979
        },
        {
            "start": 874148998,
            "stop": 874149009
        },
        {
            "start": 874149030,
            "stop": 874149031
        },
        {
            "start": 874149082,
            "stop": 874149105
        },
        {
            "start": 874149124,
            "stop": 874149169
        },
        {
            "start": 874149188,
            "stop": 874149189
        },
        {
            "start": 874149233,
            "stop": 874149238
        }
    ]
}