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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46752",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46753,
    "results": [
        {
            "start": 875082196,
            "stop": 875082205
        },
        {
            "start": 875082206,
            "stop": 875082241
        },
        {
            "start": 875082242,
            "stop": 875082255
        },
        {
            "start": 875082256,
            "stop": 875082292
        },
        {
            "start": 875082293,
            "stop": 875082304
        },
        {
            "start": 875082305,
            "stop": 875082307
        },
        {
            "start": 875082308,
            "stop": 875082313
        },
        {
            "start": 875082314,
            "stop": 875082327
        },
        {
            "start": 875082329,
            "stop": 875082334
        },
        {
            "start": 875082337,
            "stop": 875082355
        },
        {
            "start": 875082356,
            "stop": 875082364
        },
        {
            "start": 875082367,
            "stop": 875082484
        },
        {
            "start": 875082485,
            "stop": 875082502
        },
        {
            "start": 875082503,
            "stop": 875082513
        },
        {
            "start": 875082514,
            "stop": 875082515
        },
        {
            "start": 875082516,
            "stop": 875082545
        },
        {
            "start": 875082546,
            "stop": 875082634
        },
        {
            "start": 875082635,
            "stop": 875082672
        },
        {
            "start": 875082674,
            "stop": 875082675
        },
        {
            "start": 875082676,
            "stop": 875082697
        }
    ]
}