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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46709",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46710,
    "results": [
        {
            "start": 875055227,
            "stop": 875055237
        },
        {
            "start": 875055239,
            "stop": 875055254
        },
        {
            "start": 875055255,
            "stop": 875055270
        },
        {
            "start": 875055273,
            "stop": 875055280
        },
        {
            "start": 875055281,
            "stop": 875055301
        },
        {
            "start": 875055303,
            "stop": 875055305
        },
        {
            "start": 875055306,
            "stop": 875055311
        },
        {
            "start": 875055312,
            "stop": 875055334
        },
        {
            "start": 875055336,
            "stop": 875055383
        },
        {
            "start": 875055384,
            "stop": 875055391
        },
        {
            "start": 875055392,
            "stop": 875055434
        },
        {
            "start": 875055435,
            "stop": 875055450
        },
        {
            "start": 875055452,
            "stop": 875055466
        },
        {
            "start": 875055468,
            "stop": 875055471
        },
        {
            "start": 875055474,
            "stop": 875055489
        },
        {
            "start": 875055490,
            "stop": 875055504
        },
        {
            "start": 875055505,
            "stop": 875055536
        },
        {
            "start": 875055537,
            "stop": 875055542
        },
        {
            "start": 875055543,
            "stop": 875055545
        },
        {
            "start": 875055546,
            "stop": 875055547
        }
    ]
}