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_CAT3/segments?format=api&page=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=187",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 188,
    "results": [
        {
            "start": 820517907,
            "stop": 820518056
        },
        {
            "start": 820518063,
            "stop": 820518142
        },
        {
            "start": 820518149,
            "stop": 820518245
        },
        {
            "start": 820518259,
            "stop": 820518284
        },
        {
            "start": 820518291,
            "stop": 820518366
        },
        {
            "start": 820518374,
            "stop": 820518705
        },
        {
            "start": 820518713,
            "stop": 820518745
        },
        {
            "start": 820518753,
            "stop": 820518949
        },
        {
            "start": 820518957,
            "stop": 820519271
        },
        {
            "start": 820519284,
            "stop": 820519349
        },
        {
            "start": 820519356,
            "stop": 820519418
        },
        {
            "start": 820519426,
            "stop": 820519583
        },
        {
            "start": 820519599,
            "stop": 820519673
        },
        {
            "start": 820519687,
            "stop": 820519920
        },
        {
            "start": 820519927,
            "stop": 820519971
        },
        {
            "start": 820519978,
            "stop": 820520103
        },
        {
            "start": 820520110,
            "stop": 820520143
        },
        {
            "start": 820520150,
            "stop": 820520187
        },
        {
            "start": 820520195,
            "stop": 820520210
        },
        {
            "start": 820520290,
            "stop": 820520695
        }
    ]
}