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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=152",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 153,
    "results": [
        {
            "start": 819723323,
            "stop": 819723754
        },
        {
            "start": 819723758,
            "stop": 819723760
        },
        {
            "start": 819723764,
            "stop": 819723828
        },
        {
            "start": 819723832,
            "stop": 819723868
        },
        {
            "start": 819723871,
            "stop": 819723951
        },
        {
            "start": 819723954,
            "stop": 819724064
        },
        {
            "start": 819724068,
            "stop": 819724122
        },
        {
            "start": 819724125,
            "stop": 819724232
        },
        {
            "start": 819724235,
            "stop": 819724247
        },
        {
            "start": 819724250,
            "stop": 819724263
        },
        {
            "start": 819724266,
            "stop": 819724339
        },
        {
            "start": 819724342,
            "stop": 819724406
        },
        {
            "start": 819724409,
            "stop": 819724464
        },
        {
            "start": 819724468,
            "stop": 819725000
        },
        {
            "start": 819725004,
            "stop": 819725231
        },
        {
            "start": 819725236,
            "stop": 819725388
        },
        {
            "start": 819725391,
            "stop": 819725394
        },
        {
            "start": 819725398,
            "stop": 819725911
        },
        {
            "start": 819725914,
            "stop": 819725965
        },
        {
            "start": 819725968,
            "stop": 819725996
        }
    ]
}