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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=139",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 140,
    "results": [
        {
            "start": 832004003,
            "stop": 832008614
        },
        {
            "start": 832011329,
            "stop": 832012680
        },
        {
            "start": 832013287,
            "stop": 832017441
        },
        {
            "start": 832018610,
            "stop": 832018769
        },
        {
            "start": 832021273,
            "stop": 832028998
        },
        {
            "start": 832033344,
            "stop": 832034865
        },
        {
            "start": 832034866,
            "stop": 832035864
        },
        {
            "start": 832035866,
            "stop": 832037114
        },
        {
            "start": 832037115,
            "stop": 832037542
        },
        {
            "start": 832043549,
            "stop": 832044077
        },
        {
            "start": 832044377,
            "stop": 832045289
        },
        {
            "start": 832045292,
            "stop": 832045368
        },
        {
            "start": 832045478,
            "stop": 832045532
        },
        {
            "start": 832045535,
            "stop": 832045562
        },
        {
            "start": 832045862,
            "stop": 832046437
        },
        {
            "start": 832046737,
            "stop": 832049682
        },
        {
            "start": 832049982,
            "stop": 832052160
        },
        {
            "start": 832052460,
            "stop": 832054193
        },
        {
            "start": 832054550,
            "stop": 832072751
        },
        {
            "start": 832072861,
            "stop": 832072968
        }
    ]
}