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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=401",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 402,
    "results": [
        {
            "start": 868039947,
            "stop": 868041744
        },
        {
            "start": 868041763,
            "stop": 868041766
        },
        {
            "start": 868041787,
            "stop": 868043104
        },
        {
            "start": 868043126,
            "stop": 868044841
        },
        {
            "start": 868044861,
            "stop": 868044865
        },
        {
            "start": 868044884,
            "stop": 868045660
        },
        {
            "start": 868046227,
            "stop": 868046280
        },
        {
            "start": 868046343,
            "stop": 868046536
        },
        {
            "start": 868046557,
            "stop": 868046940
        },
        {
            "start": 868047000,
            "stop": 868054503
        },
        {
            "start": 868056148,
            "stop": 868057490
        },
        {
            "start": 868057980,
            "stop": 868059603
        },
        {
            "start": 868059917,
            "stop": 868060561
        },
        {
            "start": 868060891,
            "stop": 868061809
        },
        {
            "start": 868061880,
            "stop": 868065277
        },
        {
            "start": 868065306,
            "stop": 868096397
        },
        {
            "start": 868096421,
            "stop": 868110480
        },
        {
            "start": 868110541,
            "stop": 868113472
        },
        {
            "start": 868113494,
            "stop": 868113516
        },
        {
            "start": 868113536,
            "stop": 868113909
        }
    ]
}