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=33218
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=33219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33217",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33218,
    "results": [
        {
            "start": 970930080,
            "stop": 970930095
        },
        {
            "start": 970930216,
            "stop": 970930227
        },
        {
            "start": 970930228,
            "stop": 970930229
        },
        {
            "start": 970930232,
            "stop": 970930246
        },
        {
            "start": 970930247,
            "stop": 970930276
        },
        {
            "start": 970930456,
            "stop": 970930462
        },
        {
            "start": 970930464,
            "stop": 970930466
        },
        {
            "start": 970930470,
            "stop": 970930488
        },
        {
            "start": 970930491,
            "stop": 970930496
        },
        {
            "start": 970930497,
            "stop": 970930516
        },
        {
            "start": 970930636,
            "stop": 970930651
        },
        {
            "start": 970930652,
            "stop": 970930683
        },
        {
            "start": 970930686,
            "stop": 970930753
        },
        {
            "start": 970930757,
            "stop": 970930781
        },
        {
            "start": 970930782,
            "stop": 970930784
        },
        {
            "start": 970930787,
            "stop": 970930811
        },
        {
            "start": 970930814,
            "stop": 970930815
        },
        {
            "start": 970958958,
            "stop": 970959035
        },
        {
            "start": 970959036,
            "stop": 970959082
        },
        {
            "start": 970959085,
            "stop": 970959096
        }
    ]
}