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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=46",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 47,
    "results": [
        {
            "start": 819405017,
            "stop": 819408849
        },
        {
            "start": 819411369,
            "stop": 819418531
        },
        {
            "start": 819419244,
            "stop": 819423834
        },
        {
            "start": 819424415,
            "stop": 819453390
        },
        {
            "start": 819453450,
            "stop": 819480686
        },
        {
            "start": 819482620,
            "stop": 819555918
        },
        {
            "start": 819556238,
            "stop": 819556354
        },
        {
            "start": 819556754,
            "stop": 819557075
        },
        {
            "start": 819557681,
            "stop": 819573032
        },
        {
            "start": 819573510,
            "stop": 819579763
        },
        {
            "start": 819580230,
            "stop": 819600093
        },
        {
            "start": 819600542,
            "stop": 819600640
        },
        {
            "start": 819601040,
            "stop": 819603767
        },
        {
            "start": 819605547,
            "stop": 819626532
        },
        {
            "start": 819626535,
            "stop": 819640604
        },
        {
            "start": 819641344,
            "stop": 819656609
        },
        {
            "start": 819658602,
            "stop": 819661171
        },
        {
            "start": 819661649,
            "stop": 819673745
        },
        {
            "start": 819673746,
            "stop": 819677451
        },
        {
            "start": 819677454,
            "stop": 819679868
        }
    ]
}