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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=91",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 92,
    "results": [
        {
            "start": 819312017,
            "stop": 819313003
        },
        {
            "start": 819313797,
            "stop": 819316033
        },
        {
            "start": 819316143,
            "stop": 819317113
        },
        {
            "start": 819323264,
            "stop": 819324673
        },
        {
            "start": 819324863,
            "stop": 819325333
        },
        {
            "start": 819326844,
            "stop": 819327315
        },
        {
            "start": 819327322,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819339431
        },
        {
            "start": 819339438,
            "stop": 819343987
        },
        {
            "start": 819343994,
            "stop": 819345502
        },
        {
            "start": 819345509,
            "stop": 819345770
        },
        {
            "start": 819345777,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819347593
        },
        {
            "start": 819347600,
            "stop": 819347772
        },
        {
            "start": 819347779,
            "stop": 819347936
        },
        {
            "start": 819347943,
            "stop": 819347995
        },
        {
            "start": 819354505,
            "stop": 819354916
        },
        {
            "start": 819354923,
            "stop": 819357382
        },
        {
            "start": 819357389,
            "stop": 819358273
        },
        {
            "start": 819358370,
            "stop": 819362031
        }
    ]
}