Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=37",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 38,
    "results": [
        {
            "start": 816957430,
            "stop": 816962580
        },
        {
            "start": 816962640,
            "stop": 816962653
        },
        {
            "start": 816963358,
            "stop": 816967190
        },
        {
            "start": 816967270,
            "stop": 816967392
        },
        {
            "start": 816967399,
            "stop": 816969420
        },
        {
            "start": 816969480,
            "stop": 816969491
        },
        {
            "start": 816970965,
            "stop": 816971113
        },
        {
            "start": 816974803,
            "stop": 816976910
        },
        {
            "start": 816976990,
            "stop": 816977574
        },
        {
            "start": 816991143,
            "stop": 816991628
        },
        {
            "start": 816991636,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816992450
        },
        {
            "start": 816992590,
            "stop": 816992646
        },
        {
            "start": 816992654,
            "stop": 816993590
        },
        {
            "start": 816993670,
            "stop": 816993733
        },
        {
            "start": 816993740,
            "stop": 816995562
        },
        {
            "start": 816995569,
            "stop": 816995820
        },
        {
            "start": 816995950,
            "stop": 816997263
        },
        {
            "start": 816997275,
            "stop": 816997843
        },
        {
            "start": 816998084,
            "stop": 816998242
        }
    ]
}