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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=246",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 247,
    "results": [
        {
            "start": 856277082,
            "stop": 856286478
        },
        {
            "start": 856286692,
            "stop": 856294330
        },
        {
            "start": 856294855,
            "stop": 856295091
        },
        {
            "start": 856295201,
            "stop": 856295578
        },
        {
            "start": 856296114,
            "stop": 856309457
        },
        {
            "start": 856309663,
            "stop": 856319360
        },
        {
            "start": 856319906,
            "stop": 856320153
        },
        {
            "start": 856321453,
            "stop": 856322004
        },
        {
            "start": 856323080,
            "stop": 856323747
        },
        {
            "start": 856323857,
            "stop": 856324556
        },
        {
            "start": 856324856,
            "stop": 856330887
        },
        {
            "start": 856331467,
            "stop": 856369826
        },
        {
            "start": 856369959,
            "stop": 856372264
        },
        {
            "start": 856372267,
            "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": 856436075
        }
    ]
}