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=8313
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=8314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8312",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8313,
    "results": [
        {
            "start": 874221494,
            "stop": 874221707
        },
        {
            "start": 874221726,
            "stop": 874221926
        },
        {
            "start": 874221946,
            "stop": 874221990
        },
        {
            "start": 874222020,
            "stop": 874222034
        },
        {
            "start": 874222139,
            "stop": 874222367
        },
        {
            "start": 874222542,
            "stop": 874222714
        },
        {
            "start": 874222735,
            "stop": 874222765
        },
        {
            "start": 874222842,
            "stop": 874222982
        },
        {
            "start": 874223001,
            "stop": 874223037
        },
        {
            "start": 874223077,
            "stop": 874223184
        },
        {
            "start": 874223201,
            "stop": 874223278
        },
        {
            "start": 874223298,
            "stop": 874223318
        },
        {
            "start": 874223338,
            "stop": 874223348
        },
        {
            "start": 874223424,
            "stop": 874223493
        },
        {
            "start": 874223512,
            "stop": 874223616
        },
        {
            "start": 874223633,
            "stop": 874223722
        },
        {
            "start": 874223741,
            "stop": 874223831
        },
        {
            "start": 874223850,
            "stop": 874223917
        },
        {
            "start": 874224008,
            "stop": 874224121
        },
        {
            "start": 874224145,
            "stop": 874224148
        }
    ]
}