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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=171",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 172,
    "results": [
        {
            "start": 817293286,
            "stop": 817293292
        },
        {
            "start": 817293295,
            "stop": 817293331
        },
        {
            "start": 817293344,
            "stop": 817293347
        },
        {
            "start": 817293356,
            "stop": 817293358
        },
        {
            "start": 817293362,
            "stop": 817293365
        },
        {
            "start": 817293383,
            "stop": 817293459
        },
        {
            "start": 817293469,
            "stop": 817293599
        },
        {
            "start": 817293636,
            "stop": 817293906
        },
        {
            "start": 817293923,
            "stop": 817293985
        },
        {
            "start": 817294002,
            "stop": 817294014
        },
        {
            "start": 817294017,
            "stop": 817294035
        },
        {
            "start": 817294052,
            "stop": 817294087
        },
        {
            "start": 817294090,
            "stop": 817294102
        },
        {
            "start": 817294119,
            "stop": 817294195
        },
        {
            "start": 817294212,
            "stop": 817294220
        },
        {
            "start": 817294223,
            "stop": 817294635
        },
        {
            "start": 817294652,
            "stop": 817294722
        },
        {
            "start": 817294843,
            "stop": 817294859
        },
        {
            "start": 817294882,
            "stop": 817294914
        },
        {
            "start": 817294917,
            "stop": 817294922
        }
    ]
}