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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=293",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 294,
    "results": [
        {
            "start": 822648045,
            "stop": 822648283
        },
        {
            "start": 822648291,
            "stop": 822648433
        },
        {
            "start": 822648440,
            "stop": 822649119
        },
        {
            "start": 822649127,
            "stop": 822649130
        },
        {
            "start": 822649138,
            "stop": 822649423
        },
        {
            "start": 822649430,
            "stop": 822649561
        },
        {
            "start": 822649568,
            "stop": 822649587
        },
        {
            "start": 822649600,
            "stop": 822649604
        },
        {
            "start": 822649785,
            "stop": 822649904
        },
        {
            "start": 822650085,
            "stop": 822651029
        },
        {
            "start": 822651394,
            "stop": 822651433
        },
        {
            "start": 822651562,
            "stop": 822651628
        },
        {
            "start": 822651635,
            "stop": 822652145
        },
        {
            "start": 822652153,
            "stop": 822652737
        },
        {
            "start": 822652746,
            "stop": 822652875
        },
        {
            "start": 822652883,
            "stop": 822653019
        },
        {
            "start": 822653027,
            "stop": 822653842
        },
        {
            "start": 822653849,
            "stop": 822653925
        },
        {
            "start": 822653932,
            "stop": 822654130
        },
        {
            "start": 822654321,
            "stop": 822654518
        }
    ]
}