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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=45",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 46,
    "results": [
        {
            "start": 817221808,
            "stop": 817221910
        },
        {
            "start": 817221917,
            "stop": 817222011
        },
        {
            "start": 817222018,
            "stop": 817222092
        },
        {
            "start": 817222105,
            "stop": 817222131
        },
        {
            "start": 817222138,
            "stop": 817222162
        },
        {
            "start": 817222169,
            "stop": 817222217
        },
        {
            "start": 817222224,
            "stop": 817222272
        },
        {
            "start": 817222276,
            "stop": 817222476
        },
        {
            "start": 817222483,
            "stop": 817222485
        },
        {
            "start": 817222493,
            "stop": 817222517
        },
        {
            "start": 817222525,
            "stop": 817222527
        },
        {
            "start": 817222547,
            "stop": 817222573
        },
        {
            "start": 817222580,
            "stop": 817222692
        },
        {
            "start": 817222699,
            "stop": 817223154
        },
        {
            "start": 817223161,
            "stop": 817223375
        },
        {
            "start": 817223382,
            "stop": 817223492
        },
        {
            "start": 817223499,
            "stop": 817223577
        },
        {
            "start": 817223584,
            "stop": 817224013
        },
        {
            "start": 817228513,
            "stop": 817228675
        },
        {
            "start": 817228682,
            "stop": 817228712
        }
    ]
}