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=6412
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=6413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6411",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6412,
    "results": [
        {
            "start": 873732391,
            "stop": 873732710
        },
        {
            "start": 873732711,
            "stop": 873732984
        },
        {
            "start": 873732986,
            "stop": 873733073
        },
        {
            "start": 873733075,
            "stop": 873733284
        },
        {
            "start": 873733285,
            "stop": 873733357
        },
        {
            "start": 873733358,
            "stop": 873733452
        },
        {
            "start": 873735693,
            "stop": 873735743
        },
        {
            "start": 873735745,
            "stop": 873735940
        },
        {
            "start": 873735941,
            "stop": 873735993
        },
        {
            "start": 873735995,
            "stop": 873736071
        },
        {
            "start": 873736073,
            "stop": 873736086
        },
        {
            "start": 873736087,
            "stop": 873736089
        },
        {
            "start": 873737305,
            "stop": 873737372
        },
        {
            "start": 873737373,
            "stop": 873737388
        },
        {
            "start": 873737389,
            "stop": 873737598
        },
        {
            "start": 873737599,
            "stop": 873737948
        },
        {
            "start": 873737949,
            "stop": 873738264
        },
        {
            "start": 873738266,
            "stop": 873738532
        },
        {
            "start": 873738533,
            "stop": 873738584
        },
        {
            "start": 873738585,
            "stop": 873738677
        }
    ]
}