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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=126",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 127,
    "results": [
        {
            "start": 953243654,
            "stop": 953243660
        },
        {
            "start": 953243663,
            "stop": 953243673
        },
        {
            "start": 953243681,
            "stop": 953243683
        },
        {
            "start": 953243695,
            "stop": 953243696
        },
        {
            "start": 953243700,
            "stop": 953243707
        },
        {
            "start": 953243713,
            "stop": 953243717
        },
        {
            "start": 953243722,
            "stop": 953243742
        },
        {
            "start": 953243745,
            "stop": 953243749
        },
        {
            "start": 953243752,
            "stop": 953243754
        },
        {
            "start": 953243775,
            "stop": 953243778
        },
        {
            "start": 953243782,
            "stop": 953243799
        },
        {
            "start": 953243802,
            "stop": 953243842
        },
        {
            "start": 953243845,
            "stop": 953243847
        },
        {
            "start": 953243914,
            "stop": 953243917
        },
        {
            "start": 953243939,
            "stop": 953243946
        },
        {
            "start": 953243948,
            "stop": 953243964
        },
        {
            "start": 953243967,
            "stop": 953243984
        },
        {
            "start": 953243994,
            "stop": 953244009
        },
        {
            "start": 953244015,
            "stop": 953244018
        },
        {
            "start": 953244044,
            "stop": 953244052
        }
    ]
}