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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=269",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 270,
    "results": [
        {
            "start": 821512578,
            "stop": 821513027
        },
        {
            "start": 821513110,
            "stop": 821513384
        },
        {
            "start": 821513547,
            "stop": 821513552
        },
        {
            "start": 821513559,
            "stop": 821513936
        },
        {
            "start": 821513944,
            "stop": 821514128
        },
        {
            "start": 821514136,
            "stop": 821514251
        },
        {
            "start": 821516932,
            "stop": 821517553
        },
        {
            "start": 821517647,
            "stop": 821517789
        },
        {
            "start": 821517796,
            "stop": 821518206
        },
        {
            "start": 821518215,
            "stop": 821518830
        },
        {
            "start": 821518837,
            "stop": 821518892
        },
        {
            "start": 821518899,
            "stop": 821519024
        },
        {
            "start": 821519031,
            "stop": 821519114
        },
        {
            "start": 821519121,
            "stop": 821520373
        },
        {
            "start": 821521226,
            "stop": 821521246
        },
        {
            "start": 821521253,
            "stop": 821522615
        },
        {
            "start": 821522622,
            "stop": 821522700
        },
        {
            "start": 821522707,
            "stop": 821522833
        },
        {
            "start": 821524082,
            "stop": 821524145
        },
        {
            "start": 821524152,
            "stop": 821524607
        }
    ]
}