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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=166",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 167,
    "results": [
        {
            "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
        },
        {
            "start": 817299137,
            "stop": 817299147
        },
        {
            "start": 817299155,
            "stop": 817299167
        },
        {
            "start": 817299171,
            "stop": 817299212
        },
        {
            "start": 817299234,
            "stop": 817299256
        },
        {
            "start": 817299259,
            "stop": 817299450
        },
        {
            "start": 817299453,
            "stop": 817299533
        }
    ]
}