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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2309",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2310,
    "results": [
        {
            "start": 874146789,
            "stop": 874147005
        },
        {
            "start": 874147028,
            "stop": 874147057
        },
        {
            "start": 874147076,
            "stop": 874147158
        },
        {
            "start": 874147201,
            "stop": 874147202
        },
        {
            "start": 874147222,
            "stop": 874147313
        },
        {
            "start": 874147332,
            "stop": 874147339
        },
        {
            "start": 874147358,
            "stop": 874147702
        },
        {
            "start": 874147724,
            "stop": 874147732
        },
        {
            "start": 874147751,
            "stop": 874147962
        },
        {
            "start": 874148006,
            "stop": 874148016
        },
        {
            "start": 874148035,
            "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
        },
        {
            "start": 874149257,
            "stop": 874149278
        }
    ]
}