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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=186",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 187,
    "results": [
        {
            "start": 846013482,
            "stop": 846016708
        },
        {
            "start": 846016764,
            "stop": 846017722
        },
        {
            "start": 846049150,
            "stop": 846092301
        },
        {
            "start": 846092536,
            "stop": 846094369
        },
        {
            "start": 846094502,
            "stop": 846095571
        },
        {
            "start": 846098927,
            "stop": 846101667
        },
        {
            "start": 846101830,
            "stop": 846106896
        },
        {
            "start": 846106898,
            "stop": 846106905
        },
        {
            "start": 846107955,
            "stop": 846116759
        },
        {
            "start": 846117148,
            "stop": 846142956
        },
        {
            "start": 846144349,
            "stop": 846173275
        },
        {
            "start": 846174914,
            "stop": 846176126
        },
        {
            "start": 846176293,
            "stop": 846190682
        },
        {
            "start": 846190684,
            "stop": 846192700
        },
        {
            "start": 846193492,
            "stop": 846194710
        },
        {
            "start": 846194718,
            "stop": 846194764
        },
        {
            "start": 846194766,
            "stop": 846194773
        },
        {
            "start": 846194908,
            "stop": 846194920
        },
        {
            "start": 846194921,
            "stop": 846195029
        },
        {
            "start": 846195030,
            "stop": 846195062
        }
    ]
}