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=493
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=494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=492",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 493,
    "results": [
        {
            "start": 826702947,
            "stop": 826704811
        },
        {
            "start": 826704828,
            "stop": 826707806
        },
        {
            "start": 826707825,
            "stop": 826707861
        },
        {
            "start": 826707880,
            "stop": 826709130
        },
        {
            "start": 826709190,
            "stop": 826709211
        },
        {
            "start": 826709321,
            "stop": 826709402
        },
        {
            "start": 826709702,
            "stop": 826710637
        },
        {
            "start": 826710687,
            "stop": 826713138
        },
        {
            "start": 826713155,
            "stop": 826714022
        },
        {
            "start": 826714039,
            "stop": 826714404
        },
        {
            "start": 826714421,
            "stop": 826717364
        },
        {
            "start": 826717794,
            "stop": 826718226
        },
        {
            "start": 826718856,
            "stop": 826724122
        },
        {
            "start": 826724141,
            "stop": 826724370
        },
        {
            "start": 826724702,
            "stop": 826728333
        },
        {
            "start": 826728352,
            "stop": 826728470
        },
        {
            "start": 826728489,
            "stop": 826730386
        },
        {
            "start": 826732906,
            "stop": 826732968
        },
        {
            "start": 826732971,
            "stop": 826733634
        },
        {
            "start": 826733652,
            "stop": 826735286
        }
    ]
}