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=2331
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=2332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2330",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2331,
    "results": [
        {
            "start": 871760376,
            "stop": 871760408
        },
        {
            "start": 871760425,
            "stop": 871760481
        },
        {
            "start": 871760498,
            "stop": 871760940
        },
        {
            "start": 871760957,
            "stop": 871761208
        },
        {
            "start": 871761225,
            "stop": 871761227
        },
        {
            "start": 871761244,
            "stop": 871761634
        },
        {
            "start": 871761673,
            "stop": 871761929
        },
        {
            "start": 871761946,
            "stop": 871762077
        },
        {
            "start": 871762094,
            "stop": 871762795
        },
        {
            "start": 871762812,
            "stop": 871763051
        },
        {
            "start": 871763068,
            "stop": 871763643
        },
        {
            "start": 871763650,
            "stop": 871763729
        },
        {
            "start": 871763746,
            "stop": 871764092
        },
        {
            "start": 871764150,
            "stop": 871764380
        },
        {
            "start": 871764397,
            "stop": 871764410
        },
        {
            "start": 871764490,
            "stop": 871764632
        },
        {
            "start": 871764663,
            "stop": 871764668
        },
        {
            "start": 871764685,
            "stop": 871764720
        },
        {
            "start": 871764793,
            "stop": 871765062
        },
        {
            "start": 871765079,
            "stop": 871765084
        }
    ]
}