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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1034",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1032",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1033,
    "results": [
        {
            "start": 1135055829,
            "stop": 1135055832
        },
        {
            "start": 1135055838,
            "stop": 1135055839
        },
        {
            "start": 1135055842,
            "stop": 1135055843
        },
        {
            "start": 1135055855,
            "stop": 1135055856
        },
        {
            "start": 1135055862,
            "stop": 1135055863
        },
        {
            "start": 1135055868,
            "stop": 1135055869
        },
        {
            "start": 1135055873,
            "stop": 1135055875
        },
        {
            "start": 1135055878,
            "stop": 1135055884
        },
        {
            "start": 1135055887,
            "stop": 1135055891
        },
        {
            "start": 1135055894,
            "stop": 1135055895
        },
        {
            "start": 1135055898,
            "stop": 1135055900
        },
        {
            "start": 1135055903,
            "stop": 1135055906
        },
        {
            "start": 1135055912,
            "stop": 1135055913
        },
        {
            "start": 1135055916,
            "stop": 1135055918
        },
        {
            "start": 1135055921,
            "stop": 1135055925
        },
        {
            "start": 1135055929,
            "stop": 1135055931
        },
        {
            "start": 1135055934,
            "stop": 1135055935
        },
        {
            "start": 1135055938,
            "stop": 1135055942
        },
        {
            "start": 1135055945,
            "stop": 1135055952
        },
        {
            "start": 1135055955,
            "stop": 1135055960
        }
    ]
}