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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2942",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2943,
    "results": [
        {
            "start": 859432319,
            "stop": 859440592
        },
        {
            "start": 859440595,
            "stop": 859474812
        },
        {
            "start": 859476502,
            "stop": 859477256
        },
        {
            "start": 859478654,
            "stop": 859480946
        },
        {
            "start": 859481243,
            "stop": 859486602
        },
        {
            "start": 859486605,
            "stop": 859490561
        },
        {
            "start": 859490566,
            "stop": 859492511
        },
        {
            "start": 859492514,
            "stop": 859495725
        },
        {
            "start": 859511144,
            "stop": 859511160
        },
        {
            "start": 859511400,
            "stop": 859511640
        },
        {
            "start": 859511700,
            "stop": 859512060
        },
        {
            "start": 859512120,
            "stop": 859512240
        },
        {
            "start": 859512300,
            "stop": 859520580
        },
        {
            "start": 859520700,
            "stop": 859530000
        },
        {
            "start": 859530900,
            "stop": 859531320
        },
        {
            "start": 859531380,
            "stop": 859543560
        },
        {
            "start": 859543620,
            "stop": 859548900
        },
        {
            "start": 859549380,
            "stop": 859549620
        },
        {
            "start": 859549800,
            "stop": 859549860
        },
        {
            "start": 859549920,
            "stop": 859550785
        }
    ]
}