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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=124",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 125,
    "results": [
        {
            "start": 819145392,
            "stop": 819146173
        },
        {
            "start": 819146176,
            "stop": 819147661
        },
        {
            "start": 819147664,
            "stop": 819147731
        },
        {
            "start": 819147734,
            "stop": 819147736
        },
        {
            "start": 819147741,
            "stop": 819147879
        },
        {
            "start": 819147882,
            "stop": 819148004
        },
        {
            "start": 819149430,
            "stop": 819150499
        },
        {
            "start": 819150503,
            "stop": 819150508
        },
        {
            "start": 819154713,
            "stop": 819154971
        },
        {
            "start": 819154975,
            "stop": 819155021
        },
        {
            "start": 819155024,
            "stop": 819155843
        },
        {
            "start": 819155846,
            "stop": 819159354
        },
        {
            "start": 819159357,
            "stop": 819159830
        },
        {
            "start": 819159833,
            "stop": 819160195
        },
        {
            "start": 819160200,
            "stop": 819161414
        },
        {
            "start": 819161418,
            "stop": 819161710
        },
        {
            "start": 819161713,
            "stop": 819164638
        },
        {
            "start": 819164641,
            "stop": 819164714
        },
        {
            "start": 819164717,
            "stop": 819165758
        },
        {
            "start": 819165761,
            "stop": 819167112
        }
    ]
}