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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=123",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 124,
    "results": [
        {
            "start": 931783855,
            "stop": 931783886
        },
        {
            "start": 931783922,
            "stop": 931783928
        },
        {
            "start": 931783979,
            "stop": 931783987
        },
        {
            "start": 931784028,
            "stop": 931784031
        },
        {
            "start": 931784053,
            "stop": 931784083
        },
        {
            "start": 931784103,
            "stop": 931784107
        },
        {
            "start": 931784156,
            "stop": 931784167
        },
        {
            "start": 931784194,
            "stop": 931784229
        },
        {
            "start": 931784370,
            "stop": 931784394
        },
        {
            "start": 931784399,
            "stop": 931784404
        },
        {
            "start": 931784775,
            "stop": 931784795
        },
        {
            "start": 931784813,
            "stop": 931784816
        },
        {
            "start": 931784905,
            "stop": 931784920
        },
        {
            "start": 931784940,
            "stop": 931784947
        },
        {
            "start": 931784965,
            "stop": 931784973
        },
        {
            "start": 931784991,
            "stop": 931785023
        },
        {
            "start": 931785041,
            "stop": 931785093
        },
        {
            "start": 931785129,
            "stop": 931785140
        },
        {
            "start": 931785174,
            "stop": 931785177
        },
        {
            "start": 931785201,
            "stop": 931785211
        }
    ]
}