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=644
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=645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=643",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 644,
    "results": [
        {
            "start": 846693400,
            "stop": 846698833
        },
        {
            "start": 846700050,
            "stop": 846746029
        },
        {
            "start": 846750254,
            "stop": 846750441
        },
        {
            "start": 846750442,
            "stop": 846751139
        },
        {
            "start": 846756016,
            "stop": 846826176
        },
        {
            "start": 846827781,
            "stop": 846834604
        },
        {
            "start": 846836951,
            "stop": 846853799
        },
        {
            "start": 846917049,
            "stop": 846917675
        },
        {
            "start": 846918075,
            "stop": 846918112
        },
        {
            "start": 846918432,
            "stop": 846919008
        },
        {
            "start": 846919009,
            "stop": 846920420
        },
        {
            "start": 846922904,
            "stop": 846923442
        },
        {
            "start": 846923444,
            "stop": 846924587
        },
        {
            "start": 846930038,
            "stop": 846930307
        },
        {
            "start": 846935693,
            "stop": 846936100
        },
        {
            "start": 846940340,
            "stop": 846941490
        },
        {
            "start": 846942690,
            "stop": 846945979
        },
        {
            "start": 846946379,
            "stop": 846946408
        },
        {
            "start": 846946728,
            "stop": 846950945
        },
        {
            "start": 847001725,
            "stop": 847016116
        }
    ]
}