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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=77",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 78,
    "results": [
        {
            "start": 817870643,
            "stop": 817870650
        },
        {
            "start": 817870653,
            "stop": 817870941
        },
        {
            "start": 817870947,
            "stop": 817870954
        },
        {
            "start": 817870957,
            "stop": 817870964
        },
        {
            "start": 817870967,
            "stop": 817871001
        },
        {
            "start": 817871004,
            "stop": 817871014
        },
        {
            "start": 817871017,
            "stop": 817871021
        },
        {
            "start": 817871024,
            "stop": 817871057
        },
        {
            "start": 817871060,
            "stop": 817871099
        },
        {
            "start": 817871102,
            "stop": 817871146
        },
        {
            "start": 817871149,
            "stop": 817871169
        },
        {
            "start": 817871172,
            "stop": 817871173
        },
        {
            "start": 817871176,
            "stop": 817871180
        },
        {
            "start": 817871183,
            "stop": 817871225
        },
        {
            "start": 817871228,
            "stop": 817871231
        },
        {
            "start": 817871234,
            "stop": 817871249
        },
        {
            "start": 817871253,
            "stop": 817871254
        },
        {
            "start": 817871261,
            "stop": 817871281
        },
        {
            "start": 817871290,
            "stop": 817871329
        },
        {
            "start": 817871332,
            "stop": 817871453
        }
    ]
}