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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=572",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 573,
    "results": [
        {
            "start": 833575168,
            "stop": 833576491
        },
        {
            "start": 833577477,
            "stop": 833578075
        },
        {
            "start": 833579192,
            "stop": 833580673
        },
        {
            "start": 833581326,
            "stop": 833582205
        },
        {
            "start": 833582207,
            "stop": 833641231
        },
        {
            "start": 833659775,
            "stop": 833661646
        },
        {
            "start": 833662046,
            "stop": 833663114
        },
        {
            "start": 833665479,
            "stop": 833681475
        },
        {
            "start": 833682895,
            "stop": 833688495
        },
        {
            "start": 833688497,
            "stop": 833703337
        },
        {
            "start": 833703338,
            "stop": 833718240
        },
        {
            "start": 833718241,
            "stop": 833728633
        },
        {
            "start": 833729398,
            "stop": 833731303
        },
        {
            "start": 833731961,
            "stop": 833741964
        },
        {
            "start": 833743600,
            "stop": 833744588
        },
        {
            "start": 833744661,
            "stop": 833744893
        },
        {
            "start": 833744894,
            "stop": 833749153
        },
        {
            "start": 833751248,
            "stop": 833752314
        },
        {
            "start": 833752898,
            "stop": 833753168
        },
        {
            "start": 833754400,
            "stop": 833756512
        }
    ]
}