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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=387",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 388,
    "results": [
        {
            "start": 932458027,
            "stop": 932458039
        },
        {
            "start": 932458043,
            "stop": 932458054
        },
        {
            "start": 932458057,
            "stop": 932458069
        },
        {
            "start": 932458073,
            "stop": 932458205
        },
        {
            "start": 932458207,
            "stop": 932458219
        },
        {
            "start": 932458222,
            "stop": 932460815
        },
        {
            "start": 932460817,
            "stop": 932461215
        },
        {
            "start": 932461575,
            "stop": 932463669
        },
        {
            "start": 932465416,
            "stop": 932466933
        },
        {
            "start": 932470756,
            "stop": 932471766
        },
        {
            "start": 932471769,
            "stop": 932471784
        },
        {
            "start": 932471786,
            "stop": 932472015
        },
        {
            "start": 932472375,
            "stop": 932473807
        },
        {
            "start": 932473809,
            "stop": 932475615
        },
        {
            "start": 932475975,
            "stop": 932476463
        },
        {
            "start": 932476465,
            "stop": 932476853
        },
        {
            "start": 932476855,
            "stop": 932477263
        },
        {
            "start": 932477266,
            "stop": 932477783
        },
        {
            "start": 932477785,
            "stop": 932479215
        },
        {
            "start": 932479575,
            "stop": 932480873
        }
    ]
}