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_CBCHIGH_CAT3/segments?format=api&page=3572
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3571",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3572,
    "results": [
        {
            "start": 871763462,
            "stop": 871763470
        },
        {
            "start": 871763487,
            "stop": 871763645
        },
        {
            "start": 871763648,
            "stop": 871763729
        },
        {
            "start": 871763746,
            "stop": 871763770
        },
        {
            "start": 871763787,
            "stop": 871764092
        },
        {
            "start": 871764133,
            "stop": 871764380
        },
        {
            "start": 871764397,
            "stop": 871764420
        },
        {
            "start": 871764480,
            "stop": 871764632
        },
        {
            "start": 871764663,
            "stop": 871764668
        },
        {
            "start": 871764698,
            "stop": 871764720
        },
        {
            "start": 871764793,
            "stop": 871764816
        },
        {
            "start": 871764833,
            "stop": 871765062
        },
        {
            "start": 871765079,
            "stop": 871765084
        },
        {
            "start": 871765123,
            "stop": 871765131
        },
        {
            "start": 871765161,
            "stop": 871765224
        },
        {
            "start": 871765241,
            "stop": 871765341
        },
        {
            "start": 871766991,
            "stop": 871767060
        },
        {
            "start": 871767137,
            "stop": 871767239
        },
        {
            "start": 871767256,
            "stop": 871767364
        },
        {
            "start": 871767381,
            "stop": 871767412
        }
    ]
}