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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=274",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 275,
    "results": [
        {
            "start": 966312508,
            "stop": 966312519
        },
        {
            "start": 966312524,
            "stop": 966312538
        },
        {
            "start": 966312543,
            "stop": 966312857
        },
        {
            "start": 966312860,
            "stop": 966312868
        },
        {
            "start": 966312872,
            "stop": 966312875
        },
        {
            "start": 966312881,
            "stop": 966313060
        },
        {
            "start": 966313063,
            "stop": 966313078
        },
        {
            "start": 966313081,
            "stop": 966313082
        },
        {
            "start": 966313090,
            "stop": 966313103
        },
        {
            "start": 966313106,
            "stop": 966313500
        },
        {
            "start": 966313503,
            "stop": 966317196
        },
        {
            "start": 966317199,
            "stop": 966364984
        },
        {
            "start": 966369221,
            "stop": 966371223
        },
        {
            "start": 966388140,
            "stop": 966414749
        },
        {
            "start": 966416641,
            "stop": 966437663
        },
        {
            "start": 966441389,
            "stop": 966457020
        },
        {
            "start": 966460486,
            "stop": 966467568
        },
        {
            "start": 966471228,
            "stop": 966485053
        },
        {
            "start": 966485056,
            "stop": 966485966
        },
        {
            "start": 966485969,
            "stop": 966486721
        }
    ]
}