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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=13",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 14,
    "results": [
        {
            "start": 815922402,
            "stop": 815926220
        },
        {
            "start": 815926223,
            "stop": 815927370
        },
        {
            "start": 815927430,
            "stop": 815928330
        },
        {
            "start": 815928390,
            "stop": 815929695
        },
        {
            "start": 815929698,
            "stop": 815933430
        },
        {
            "start": 815933490,
            "stop": 815935650
        },
        {
            "start": 815935710,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815943820
        },
        {
            "start": 815943823,
            "stop": 815945597
        },
        {
            "start": 815945600,
            "stop": 815946920
        },
        {
            "start": 815946923,
            "stop": 815950834
        },
        {
            "start": 815950835,
            "stop": 815959634
        },
        {
            "start": 815961820,
            "stop": 815963850
        },
        {
            "start": 815963910,
            "stop": 815965885
        },
        {
            "start": 815965888,
            "stop": 815974257
        },
        {
            "start": 815974260,
            "stop": 815988460
        },
        {
            "start": 815988463,
            "stop": 815988464
        },
        {
            "start": 815990222,
            "stop": 815991982
        },
        {
            "start": 815991985,
            "stop": 815997949
        },
        {
            "start": 815997952,
            "stop": 815999302
        }
    ]
}