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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=233",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 234,
    "results": [
        {
            "start": 820847703,
            "stop": 820848599
        },
        {
            "start": 820848606,
            "stop": 820849620
        },
        {
            "start": 820849627,
            "stop": 820851812
        },
        {
            "start": 820851820,
            "stop": 820853436
        },
        {
            "start": 820853443,
            "stop": 820853445
        },
        {
            "start": 820853453,
            "stop": 820854386
        },
        {
            "start": 820854394,
            "stop": 820854410
        },
        {
            "start": 820854417,
            "stop": 820854513
        },
        {
            "start": 820854687,
            "stop": 820854853
        },
        {
            "start": 820854860,
            "stop": 820855590
        },
        {
            "start": 820855597,
            "stop": 820855723
        },
        {
            "start": 820855860,
            "stop": 820856533
        },
        {
            "start": 820856541,
            "stop": 820856928
        },
        {
            "start": 820856935,
            "stop": 820857077
        },
        {
            "start": 820857084,
            "stop": 820857243
        },
        {
            "start": 820857258,
            "stop": 820857291
        },
        {
            "start": 820857298,
            "stop": 820857788
        },
        {
            "start": 820857795,
            "stop": 820857894
        },
        {
            "start": 820857902,
            "stop": 820858077
        },
        {
            "start": 820858084,
            "stop": 820858184
        }
    ]
}