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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=216",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 217,
    "results": [
        {
            "start": 820494502,
            "stop": 820494915
        },
        {
            "start": 820494923,
            "stop": 820495067
        },
        {
            "start": 820495074,
            "stop": 820495236
        },
        {
            "start": 820495249,
            "stop": 820495355
        },
        {
            "start": 820495368,
            "stop": 820495516
        },
        {
            "start": 820495524,
            "stop": 820495593
        },
        {
            "start": 820495600,
            "stop": 820495628
        },
        {
            "start": 820495635,
            "stop": 820495709
        },
        {
            "start": 820495716,
            "stop": 820495747
        },
        {
            "start": 820495754,
            "stop": 820495786
        },
        {
            "start": 820495794,
            "stop": 820496152
        },
        {
            "start": 820496165,
            "stop": 820496662
        },
        {
            "start": 820496671,
            "stop": 820496739
        },
        {
            "start": 820496747,
            "stop": 820496754
        },
        {
            "start": 820496820,
            "stop": 820497076
        },
        {
            "start": 820497083,
            "stop": 820497333
        },
        {
            "start": 820497346,
            "stop": 820497391
        },
        {
            "start": 820497404,
            "stop": 820497461
        },
        {
            "start": 820497468,
            "stop": 820497579
        },
        {
            "start": 820497586,
            "stop": 820497697
        }
    ]
}