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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=56",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 57,
    "results": [
        {
            "start": 817632826,
            "stop": 817632844
        },
        {
            "start": 817632847,
            "stop": 817632853
        },
        {
            "start": 817632859,
            "stop": 817632866
        },
        {
            "start": 817632869,
            "stop": 817632871
        },
        {
            "start": 817632877,
            "stop": 817632881
        },
        {
            "start": 817632940,
            "stop": 817632942
        },
        {
            "start": 817634454,
            "stop": 817635096
        },
        {
            "start": 817635730,
            "stop": 817638035
        },
        {
            "start": 817638038,
            "stop": 817638053
        },
        {
            "start": 817638061,
            "stop": 817638173
        },
        {
            "start": 817638179,
            "stop": 817638188
        },
        {
            "start": 817638191,
            "stop": 817638219
        },
        {
            "start": 817638857,
            "stop": 817647881
        },
        {
            "start": 817647884,
            "stop": 817648017
        },
        {
            "start": 817648020,
            "stop": 817648031
        },
        {
            "start": 817648035,
            "stop": 817652560
        },
        {
            "start": 817652563,
            "stop": 817652564
        },
        {
            "start": 817652567,
            "stop": 817652577
        },
        {
            "start": 817652598,
            "stop": 817652604
        },
        {
            "start": 817652615,
            "stop": 817652616
        }
    ]
}