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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=277",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 278,
    "results": [
        {
            "start": 821573290,
            "stop": 821573299
        },
        {
            "start": 821573307,
            "stop": 821573329
        },
        {
            "start": 821573336,
            "stop": 821573656
        },
        {
            "start": 821573664,
            "stop": 821573732
        },
        {
            "start": 821573741,
            "stop": 821573747
        },
        {
            "start": 821573754,
            "stop": 821573760
        },
        {
            "start": 821573768,
            "stop": 821573794
        },
        {
            "start": 821573802,
            "stop": 821573875
        },
        {
            "start": 821573889,
            "stop": 821573894
        },
        {
            "start": 821573902,
            "stop": 821574069
        },
        {
            "start": 821574076,
            "stop": 821574166
        },
        {
            "start": 821574173,
            "stop": 821574217
        },
        {
            "start": 821574238,
            "stop": 821574249
        },
        {
            "start": 821574257,
            "stop": 821574423
        },
        {
            "start": 821574430,
            "stop": 821574540
        },
        {
            "start": 821574600,
            "stop": 821574615
        },
        {
            "start": 821574623,
            "stop": 821574658
        },
        {
            "start": 821574666,
            "stop": 821574677
        },
        {
            "start": 821574684,
            "stop": 821574707
        },
        {
            "start": 821574714,
            "stop": 821574802
        }
    ]
}