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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2388",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2389,
    "results": [
        {
            "start": 873019377,
            "stop": 873020613
        },
        {
            "start": 873020620,
            "stop": 873024712
        },
        {
            "start": 873024729,
            "stop": 873024730
        },
        {
            "start": 873024760,
            "stop": 873024859
        },
        {
            "start": 873024876,
            "stop": 873025513
        },
        {
            "start": 873025532,
            "stop": 873025538
        },
        {
            "start": 873025545,
            "stop": 873025599
        },
        {
            "start": 873025616,
            "stop": 873026755
        },
        {
            "start": 873026774,
            "stop": 873026962
        },
        {
            "start": 873026979,
            "stop": 873027250
        },
        {
            "start": 873027267,
            "stop": 873027270
        },
        {
            "start": 873027287,
            "stop": 873027350
        },
        {
            "start": 873027550,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873028701
        },
        {
            "start": 873028718,
            "stop": 873028729
        },
        {
            "start": 873028746,
            "stop": 873028853
        },
        {
            "start": 873028870,
            "stop": 873028891
        },
        {
            "start": 873028909,
            "stop": 873028917
        },
        {
            "start": 873028934,
            "stop": 873029159
        },
        {
            "start": 873029176,
            "stop": 873029183
        }
    ]
}