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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=463",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=461",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 462,
    "results": [
        {
            "start": 1183149937,
            "stop": 1183150412
        },
        {
            "start": 1183150414,
            "stop": 1183150764
        },
        {
            "start": 1183150766,
            "stop": 1183150783
        },
        {
            "start": 1183150789,
            "stop": 1183150790
        },
        {
            "start": 1183150797,
            "stop": 1183150798
        },
        {
            "start": 1183150800,
            "stop": 1183150808
        },
        {
            "start": 1183150810,
            "stop": 1183150815
        },
        {
            "start": 1183150817,
            "stop": 1183150818
        },
        {
            "start": 1183150822,
            "stop": 1183151281
        },
        {
            "start": 1183151283,
            "stop": 1183151284
        },
        {
            "start": 1183151287,
            "stop": 1183151288
        },
        {
            "start": 1183151298,
            "stop": 1183151373
        },
        {
            "start": 1183151374,
            "stop": 1183151376
        },
        {
            "start": 1183151378,
            "stop": 1183151416
        },
        {
            "start": 1183151418,
            "stop": 1183151570
        },
        {
            "start": 1183151572,
            "stop": 1183151573
        },
        {
            "start": 1183151577,
            "stop": 1183151604
        },
        {
            "start": 1183151613,
            "stop": 1183151617
        },
        {
            "start": 1183151619,
            "stop": 1183151624
        },
        {
            "start": 1183151627,
            "stop": 1183151688
        }
    ]
}