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=3557
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=3558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3556",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3557,
    "results": [
        {
            "start": 871684054,
            "stop": 871684100
        },
        {
            "start": 871684117,
            "stop": 871684124
        },
        {
            "start": 871684149,
            "stop": 871684439
        },
        {
            "start": 871684456,
            "stop": 871684466
        },
        {
            "start": 871684483,
            "stop": 871684488
        },
        {
            "start": 871684505,
            "stop": 871684563
        },
        {
            "start": 871684587,
            "stop": 871684602
        },
        {
            "start": 871684619,
            "stop": 871684663
        },
        {
            "start": 871684681,
            "stop": 871684774
        },
        {
            "start": 871684802,
            "stop": 871684828
        },
        {
            "start": 871684846,
            "stop": 871684913
        },
        {
            "start": 871684931,
            "stop": 871684943
        },
        {
            "start": 871684946,
            "stop": 871685386
        },
        {
            "start": 871693479,
            "stop": 871695111
        },
        {
            "start": 871697037,
            "stop": 871697495
        },
        {
            "start": 871697520,
            "stop": 871697525
        },
        {
            "start": 871697542,
            "stop": 871697795
        },
        {
            "start": 871697812,
            "stop": 871697879
        },
        {
            "start": 871697896,
            "stop": 871698246
        },
        {
            "start": 871698263,
            "stop": 871698510
        }
    ]
}