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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=694",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 695,
    "results": [
        {
            "start": 830120010,
            "stop": 830120055
        },
        {
            "start": 830120088,
            "stop": 830120089
        },
        {
            "start": 830120165,
            "stop": 830120233
        },
        {
            "start": 830120252,
            "stop": 830120253
        },
        {
            "start": 830120272,
            "stop": 830120304
        },
        {
            "start": 830120337,
            "stop": 830120343
        },
        {
            "start": 830120393,
            "stop": 830120487
        },
        {
            "start": 830120519,
            "stop": 830120592
        },
        {
            "start": 830120614,
            "stop": 830120661
        },
        {
            "start": 830120688,
            "stop": 830121326
        },
        {
            "start": 830121345,
            "stop": 830121360
        },
        {
            "start": 830121423,
            "stop": 830121464
        },
        {
            "start": 830121467,
            "stop": 830121723
        },
        {
            "start": 830121726,
            "stop": 830124589
        },
        {
            "start": 830124889,
            "stop": 830125733
        },
        {
            "start": 830125772,
            "stop": 830125860
        },
        {
            "start": 830125877,
            "stop": 830125896
        },
        {
            "start": 830125913,
            "stop": 830127120
        },
        {
            "start": 830127180,
            "stop": 830127663
        },
        {
            "start": 830129085,
            "stop": 830129186
        }
    ]
}