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=416
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=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=415",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 416,
    "results": [
        {
            "start": 818727891,
            "stop": 818727905
        },
        {
            "start": 818727910,
            "stop": 818727928
        },
        {
            "start": 818727931,
            "stop": 818727939
        },
        {
            "start": 818727942,
            "stop": 818727966
        },
        {
            "start": 818727969,
            "stop": 818728037
        },
        {
            "start": 818728040,
            "stop": 818728044
        },
        {
            "start": 818728050,
            "stop": 818728054
        },
        {
            "start": 818728061,
            "stop": 818728075
        },
        {
            "start": 818728078,
            "stop": 818728105
        },
        {
            "start": 818728108,
            "stop": 818728205
        },
        {
            "start": 818728210,
            "stop": 818728216
        },
        {
            "start": 818728221,
            "stop": 818728232
        },
        {
            "start": 818728235,
            "stop": 818728264
        },
        {
            "start": 818728267,
            "stop": 818728324
        },
        {
            "start": 818728329,
            "stop": 818728360
        },
        {
            "start": 818728365,
            "stop": 818728376
        },
        {
            "start": 818728380,
            "stop": 818728395
        },
        {
            "start": 818728398,
            "stop": 818728399
        },
        {
            "start": 818728402,
            "stop": 818728513
        },
        {
            "start": 818728516,
            "stop": 818728547
        }
    ]
}