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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1986",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1987,
    "results": [
        {
            "start": 856305153,
            "stop": 856305171
        },
        {
            "start": 856305174,
            "stop": 856305228
        },
        {
            "start": 856305233,
            "stop": 856309457
        },
        {
            "start": 856309663,
            "stop": 856319360
        },
        {
            "start": 856319906,
            "stop": 856320153
        },
        {
            "start": 856321453,
            "stop": 856322034
        },
        {
            "start": 856323080,
            "stop": 856323450
        },
        {
            "start": 856323690,
            "stop": 856323747
        },
        {
            "start": 856323857,
            "stop": 856324556
        },
        {
            "start": 856324856,
            "stop": 856330830
        },
        {
            "start": 856331467,
            "stop": 856369826
        },
        {
            "start": 856369959,
            "stop": 856372264
        },
        {
            "start": 856372267,
            "stop": 856380540
        },
        {
            "start": 856380545,
            "stop": 856382716
        },
        {
            "start": 856384562,
            "stop": 856395987
        },
        {
            "start": 856397631,
            "stop": 856401667
        },
        {
            "start": 856401967,
            "stop": 856401980
        },
        {
            "start": 856402280,
            "stop": 856411004
        },
        {
            "start": 856411508,
            "stop": 856414625
        },
        {
            "start": 856414925,
            "stop": 856431572
        }
    ]
}