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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=34",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 35,
    "results": [
        {
            "start": 816953433,
            "stop": 816953548
        },
        {
            "start": 816953556,
            "stop": 816953583
        },
        {
            "start": 816953590,
            "stop": 816953749
        },
        {
            "start": 816953756,
            "stop": 816955384
        },
        {
            "start": 816955391,
            "stop": 816957350
        },
        {
            "start": 816957430,
            "stop": 816962653
        },
        {
            "start": 816963358,
            "stop": 816967190
        },
        {
            "start": 816967270,
            "stop": 816967392
        },
        {
            "start": 816967399,
            "stop": 816969491
        },
        {
            "start": 816970965,
            "stop": 816971113
        },
        {
            "start": 816974803,
            "stop": 816976910
        },
        {
            "start": 816976990,
            "stop": 816977575
        },
        {
            "start": 816977603,
            "stop": 816977667
        },
        {
            "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
        }
    ]
}