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=8776
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=8777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8775",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8776,
    "results": [
        {
            "start": 873309465,
            "stop": 873309476
        },
        {
            "start": 873309493,
            "stop": 873310005
        },
        {
            "start": 873310022,
            "stop": 873310035
        },
        {
            "start": 873310052,
            "stop": 873310056
        },
        {
            "start": 873310073,
            "stop": 873310167
        },
        {
            "start": 873310184,
            "stop": 873310576
        },
        {
            "start": 873310593,
            "stop": 873311045
        },
        {
            "start": 873311258,
            "stop": 873311406
        },
        {
            "start": 873311423,
            "stop": 873311855
        },
        {
            "start": 873311975,
            "stop": 873312945
        },
        {
            "start": 873312962,
            "stop": 873314397
        },
        {
            "start": 873314701,
            "stop": 873315040
        },
        {
            "start": 873315160,
            "stop": 873315540
        },
        {
            "start": 873315600,
            "stop": 873316148
        },
        {
            "start": 873316320,
            "stop": 873317220
        },
        {
            "start": 873317280,
            "stop": 873318074
        },
        {
            "start": 873318081,
            "stop": 873318184
        },
        {
            "start": 873318304,
            "stop": 873318386
        },
        {
            "start": 873318859,
            "stop": 873319436
        },
        {
            "start": 873319437,
            "stop": 873319939
        }
    ]
}