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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8569",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8570,
    "results": [
        {
            "start": 870210430,
            "stop": 870210540
        },
        {
            "start": 870210720,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870212040
        },
        {
            "start": 870212160,
            "stop": 870212220
        },
        {
            "start": 870212280,
            "stop": 870212304
        },
        {
            "start": 870212321,
            "stop": 870212400
        },
        {
            "start": 870212460,
            "stop": 870212640
        },
        {
            "start": 870212760,
            "stop": 870212820
        },
        {
            "start": 870212940,
            "stop": 870213120
        },
        {
            "start": 870213185,
            "stop": 870213230
        },
        {
            "start": 870213310,
            "stop": 870213360
        },
        {
            "start": 870213480,
            "stop": 870214010
        },
        {
            "start": 870214090,
            "stop": 870214380
        },
        {
            "start": 870214500,
            "stop": 870214709
        },
        {
            "start": 870215883,
            "stop": 870215940
        },
        {
            "start": 870216120,
            "stop": 870216180
        },
        {
            "start": 870216240,
            "stop": 870216660
        },
        {
            "start": 870216720,
            "stop": 870218173
        },
        {
            "start": 870218293,
            "stop": 870218510
        },
        {
            "start": 870218658,
            "stop": 870219993
        }
    ]
}