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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5224",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5225,
    "results": [
        {
            "start": 874221472,
            "stop": 874221475
        },
        {
            "start": 874221511,
            "stop": 874221707
        },
        {
            "start": 874221743,
            "stop": 874221926
        },
        {
            "start": 874221963,
            "stop": 874221990
        },
        {
            "start": 874222156,
            "stop": 874222367
        },
        {
            "start": 874222559,
            "stop": 874222714
        },
        {
            "start": 874222752,
            "stop": 874222765
        },
        {
            "start": 874222859,
            "stop": 874222982
        },
        {
            "start": 874223018,
            "stop": 874223043
        },
        {
            "start": 874223094,
            "stop": 874223284
        },
        {
            "start": 874223292,
            "stop": 874223318
        },
        {
            "start": 874223438,
            "stop": 874223493
        },
        {
            "start": 874223529,
            "stop": 874223616
        },
        {
            "start": 874223633,
            "stop": 874223728
        },
        {
            "start": 874223735,
            "stop": 874223831
        },
        {
            "start": 874223867,
            "stop": 874223917
        },
        {
            "start": 874224018,
            "stop": 874224121
        },
        {
            "start": 874224184,
            "stop": 874224227
        },
        {
            "start": 874224361,
            "stop": 874224405
        },
        {
            "start": 874224468,
            "stop": 874224470
        }
    ]
}