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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33184",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33185,
    "results": [
        {
            "start": 970830573,
            "stop": 970830592
        },
        {
            "start": 970830595,
            "stop": 970830871
        },
        {
            "start": 970830874,
            "stop": 970831339
        },
        {
            "start": 970831342,
            "stop": 970831345
        },
        {
            "start": 970831348,
            "stop": 970831416
        },
        {
            "start": 970831419,
            "stop": 970831539
        },
        {
            "start": 970831542,
            "stop": 970833106
        },
        {
            "start": 970833109,
            "stop": 970833151
        },
        {
            "start": 970833152,
            "stop": 970833678
        },
        {
            "start": 970833681,
            "stop": 970834104
        },
        {
            "start": 970834107,
            "stop": 970834204
        },
        {
            "start": 970834207,
            "stop": 970834446
        },
        {
            "start": 970834449,
            "stop": 970834658
        },
        {
            "start": 970834661,
            "stop": 970834996
        },
        {
            "start": 970834999,
            "stop": 970835024
        },
        {
            "start": 970835026,
            "stop": 970835042
        },
        {
            "start": 970835044,
            "stop": 970835059
        },
        {
            "start": 970835060,
            "stop": 970835366
        },
        {
            "start": 970835371,
            "stop": 970835945
        },
        {
            "start": 970835946,
            "stop": 970836115
        }
    ]
}