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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6322",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6323,
    "results": [
        {
            "start": 873263490,
            "stop": 873263509
        },
        {
            "start": 873263510,
            "stop": 873264176
        },
        {
            "start": 873264177,
            "stop": 873264272
        },
        {
            "start": 873264273,
            "stop": 873264668
        },
        {
            "start": 873264669,
            "stop": 873264709
        },
        {
            "start": 873264710,
            "stop": 873264756
        },
        {
            "start": 873264757,
            "stop": 873264924
        },
        {
            "start": 873264925,
            "stop": 873265069
        },
        {
            "start": 873265070,
            "stop": 873265289
        },
        {
            "start": 873265290,
            "stop": 873265941
        },
        {
            "start": 873265942,
            "stop": 873266356
        },
        {
            "start": 873266357,
            "stop": 873266408
        },
        {
            "start": 873266409,
            "stop": 873266629
        },
        {
            "start": 873266630,
            "stop": 873267238
        },
        {
            "start": 873267239,
            "stop": 873267756
        },
        {
            "start": 873267757,
            "stop": 873267934
        },
        {
            "start": 873267935,
            "stop": 873268037
        },
        {
            "start": 873268038,
            "stop": 873268137
        },
        {
            "start": 873268138,
            "stop": 873268218
        },
        {
            "start": 873268220,
            "stop": 873269146
        }
    ]
}