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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33125",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33126,
    "results": [
        {
            "start": 970563365,
            "stop": 970563381
        },
        {
            "start": 970563384,
            "stop": 970563386
        },
        {
            "start": 970563387,
            "stop": 970563388
        },
        {
            "start": 970563389,
            "stop": 970563391
        },
        {
            "start": 970563393,
            "stop": 970563398
        },
        {
            "start": 970563400,
            "stop": 970563407
        },
        {
            "start": 970563408,
            "stop": 970563423
        },
        {
            "start": 970563424,
            "stop": 970563446
        },
        {
            "start": 970563448,
            "stop": 970563450
        },
        {
            "start": 970563452,
            "stop": 970563468
        },
        {
            "start": 970563472,
            "stop": 970563474
        },
        {
            "start": 970563475,
            "stop": 970563480
        },
        {
            "start": 970563481,
            "stop": 970563510
        },
        {
            "start": 970563511,
            "stop": 970563512
        },
        {
            "start": 970563514,
            "stop": 970563525
        },
        {
            "start": 970563526,
            "stop": 970563551
        },
        {
            "start": 970563557,
            "stop": 970563563
        },
        {
            "start": 970563569,
            "stop": 970563571
        },
        {
            "start": 970563580,
            "stop": 970563588
        },
        {
            "start": 970563594,
            "stop": 970563597
        }
    ]
}