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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=155",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 156,
    "results": [
        {
            "start": 821564402,
            "stop": 821564405
        },
        {
            "start": 821564408,
            "stop": 821564409
        },
        {
            "start": 821564412,
            "stop": 821564419
        },
        {
            "start": 821564422,
            "stop": 821564429
        },
        {
            "start": 821564432,
            "stop": 821564433
        },
        {
            "start": 821564436,
            "stop": 821564450
        },
        {
            "start": 821564455,
            "stop": 821564462
        },
        {
            "start": 821564465,
            "stop": 821564469
        },
        {
            "start": 821564472,
            "stop": 821564484
        },
        {
            "start": 821564487,
            "stop": 821564516
        },
        {
            "start": 821564519,
            "stop": 821564534
        },
        {
            "start": 821564537,
            "stop": 821564538
        },
        {
            "start": 821564545,
            "stop": 821564546
        },
        {
            "start": 821564555,
            "stop": 821564581
        },
        {
            "start": 821564584,
            "stop": 821564586
        },
        {
            "start": 821564596,
            "stop": 821564602
        },
        {
            "start": 821564605,
            "stop": 821564607
        },
        {
            "start": 821564610,
            "stop": 821564634
        },
        {
            "start": 821564637,
            "stop": 821564646
        },
        {
            "start": 821564649,
            "stop": 821564652
        }
    ]
}