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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=218",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 219,
    "results": [
        {
            "start": 820491161,
            "stop": 820491219
        },
        {
            "start": 820491226,
            "stop": 820491330
        },
        {
            "start": 820491337,
            "stop": 820492234
        },
        {
            "start": 820492242,
            "stop": 820492468
        },
        {
            "start": 820492475,
            "stop": 820492808
        },
        {
            "start": 820492816,
            "stop": 820492907
        },
        {
            "start": 820492914,
            "stop": 820493392
        },
        {
            "start": 820493405,
            "stop": 820494461
        },
        {
            "start": 820494470,
            "stop": 820494498
        },
        {
            "start": 820494505,
            "stop": 820494798
        },
        {
            "start": 820494806,
            "stop": 820496345
        },
        {
            "start": 820496352,
            "stop": 820496799
        },
        {
            "start": 820496813,
            "stop": 820497073
        },
        {
            "start": 820497081,
            "stop": 820497457
        },
        {
            "start": 820497465,
            "stop": 820497609
        },
        {
            "start": 820497617,
            "stop": 820497795
        },
        {
            "start": 820497802,
            "stop": 820497835
        },
        {
            "start": 820497843,
            "stop": 820498132
        },
        {
            "start": 820498139,
            "stop": 820498196
        },
        {
            "start": 820498203,
            "stop": 820498830
        }
    ]
}