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=2330
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=2331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2329",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2330,
    "results": [
        {
            "start": 871729572,
            "stop": 871729606
        },
        {
            "start": 871729636,
            "stop": 871730563
        },
        {
            "start": 871730580,
            "stop": 871730690
        },
        {
            "start": 871730707,
            "stop": 871731085
        },
        {
            "start": 871731102,
            "stop": 871733289
        },
        {
            "start": 871733306,
            "stop": 871733492
        },
        {
            "start": 871733509,
            "stop": 871734530
        },
        {
            "start": 871734610,
            "stop": 871734844
        },
        {
            "start": 871734861,
            "stop": 871734959
        },
        {
            "start": 871734976,
            "stop": 871735047
        },
        {
            "start": 871735064,
            "stop": 871735099
        },
        {
            "start": 871735116,
            "stop": 871735846
        },
        {
            "start": 871735863,
            "stop": 871736428
        },
        {
            "start": 871736445,
            "stop": 871736690
        },
        {
            "start": 871736770,
            "stop": 871740290
        },
        {
            "start": 871740370,
            "stop": 871741383
        },
        {
            "start": 871741400,
            "stop": 871742150
        },
        {
            "start": 871742230,
            "stop": 871742579
        },
        {
            "start": 871742596,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871760359
        }
    ]
}