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=571
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=572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=570",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 571,
    "results": [
        {
            "start": 833064655,
            "stop": 833068925
        },
        {
            "start": 833069493,
            "stop": 833089470
        },
        {
            "start": 833089965,
            "stop": 833091085
        },
        {
            "start": 833091485,
            "stop": 833122107
        },
        {
            "start": 833122534,
            "stop": 833137573
        },
        {
            "start": 833138983,
            "stop": 833140424
        },
        {
            "start": 833141296,
            "stop": 833144653
        },
        {
            "start": 833145484,
            "stop": 833146879
        },
        {
            "start": 833147789,
            "stop": 833148433
        },
        {
            "start": 833148465,
            "stop": 833148466
        },
        {
            "start": 833149017,
            "stop": 833149023
        },
        {
            "start": 833149032,
            "stop": 833149041
        },
        {
            "start": 833149044,
            "stop": 833210631
        },
        {
            "start": 833211413,
            "stop": 833227273
        },
        {
            "start": 833229330,
            "stop": 833233693
        },
        {
            "start": 833234537,
            "stop": 833234824
        },
        {
            "start": 833235744,
            "stop": 833269381
        },
        {
            "start": 833272621,
            "stop": 833292244
        },
        {
            "start": 833293073,
            "stop": 833304650
        },
        {
            "start": 833305062,
            "stop": 833317921
        }
    ]
}