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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=165",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 166,
    "results": [
        {
            "start": 819985712,
            "stop": 819985728
        },
        {
            "start": 819985736,
            "stop": 819985899
        },
        {
            "start": 819985906,
            "stop": 819986105
        },
        {
            "start": 819986112,
            "stop": 819986209
        },
        {
            "start": 819986223,
            "stop": 819986308
        },
        {
            "start": 819986315,
            "stop": 819986323
        },
        {
            "start": 819986331,
            "stop": 819986467
        },
        {
            "start": 819986474,
            "stop": 819986544
        },
        {
            "start": 819986551,
            "stop": 819986695
        },
        {
            "start": 819986702,
            "stop": 819986737
        },
        {
            "start": 819986744,
            "stop": 819986875
        },
        {
            "start": 819986896,
            "stop": 819986934
        },
        {
            "start": 819986942,
            "stop": 819986964
        },
        {
            "start": 819986971,
            "stop": 819987038
        },
        {
            "start": 819987045,
            "stop": 819987344
        },
        {
            "start": 819987352,
            "stop": 819987842
        },
        {
            "start": 819987850,
            "stop": 819987862
        },
        {
            "start": 819987869,
            "stop": 819987949
        },
        {
            "start": 819987957,
            "stop": 819988004
        },
        {
            "start": 819988012,
            "stop": 819988121
        }
    ]
}