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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=305",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 306,
    "results": [
        {
            "start": 1260288928,
            "stop": 1260289011
        },
        {
            "start": 1260289014,
            "stop": 1260289640
        },
        {
            "start": 1260289641,
            "stop": 1260290246
        },
        {
            "start": 1260290249,
            "stop": 1260290778
        },
        {
            "start": 1260290781,
            "stop": 1260291176
        },
        {
            "start": 1260291179,
            "stop": 1260291398
        },
        {
            "start": 1260291401,
            "stop": 1260291597
        },
        {
            "start": 1260291598,
            "stop": 1260291674
        },
        {
            "start": 1260291677,
            "stop": 1260291780
        },
        {
            "start": 1260291783,
            "stop": 1260291923
        },
        {
            "start": 1260291926,
            "stop": 1260292085
        },
        {
            "start": 1260292088,
            "stop": 1260292430
        },
        {
            "start": 1260292433,
            "stop": 1260292816
        },
        {
            "start": 1260292819,
            "stop": 1260292987
        },
        {
            "start": 1260292990,
            "stop": 1260292993
        },
        {
            "start": 1260293001,
            "stop": 1260293366
        },
        {
            "start": 1260293367,
            "stop": 1260293744
        },
        {
            "start": 1260293746,
            "stop": 1260294211
        },
        {
            "start": 1260294212,
            "stop": 1260294904
        },
        {
            "start": 1260294907,
            "stop": 1260295006
        }
    ]
}