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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6489",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6487",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6488,
    "results": [
        {
            "start": 874120847,
            "stop": 874121052
        },
        {
            "start": 874121053,
            "stop": 874121192
        },
        {
            "start": 874121193,
            "stop": 874121319
        },
        {
            "start": 874121320,
            "stop": 874121344
        },
        {
            "start": 874121345,
            "stop": 874122130
        },
        {
            "start": 874122131,
            "stop": 874122366
        },
        {
            "start": 874122367,
            "stop": 874122450
        },
        {
            "start": 874122452,
            "stop": 874122545
        },
        {
            "start": 874122546,
            "stop": 874123036
        },
        {
            "start": 874123038,
            "stop": 874123921
        },
        {
            "start": 874123922,
            "stop": 874123940
        },
        {
            "start": 874123941,
            "stop": 874124055
        },
        {
            "start": 874124056,
            "stop": 874124156
        },
        {
            "start": 874124157,
            "stop": 874124775
        },
        {
            "start": 874124776,
            "stop": 874125202
        },
        {
            "start": 874125203,
            "stop": 874125402
        },
        {
            "start": 874125403,
            "stop": 874125812
        },
        {
            "start": 874125814,
            "stop": 874125834
        },
        {
            "start": 874125835,
            "stop": 874125879
        },
        {
            "start": 874125880,
            "stop": 874125884
        }
    ]
}