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=7200
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=7201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7199",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7200,
    "results": [
        {
            "start": 874620307,
            "stop": 874620330
        },
        {
            "start": 874620332,
            "stop": 874620410
        },
        {
            "start": 874620412,
            "stop": 874621542
        },
        {
            "start": 874621543,
            "stop": 874621628
        },
        {
            "start": 874621629,
            "stop": 874621900
        },
        {
            "start": 874621901,
            "stop": 874622118
        },
        {
            "start": 874622119,
            "stop": 874622130
        },
        {
            "start": 874622131,
            "stop": 874622629
        },
        {
            "start": 874624805,
            "stop": 874624853
        },
        {
            "start": 874624855,
            "stop": 874624872
        },
        {
            "start": 874624873,
            "stop": 874624875
        },
        {
            "start": 874624876,
            "stop": 874624878
        },
        {
            "start": 874624880,
            "stop": 874624881
        },
        {
            "start": 874624883,
            "stop": 874624885
        },
        {
            "start": 874624886,
            "stop": 874624889
        },
        {
            "start": 874624890,
            "stop": 874624892
        },
        {
            "start": 874624893,
            "stop": 874624895
        },
        {
            "start": 874624896,
            "stop": 874624925
        },
        {
            "start": 874624926,
            "stop": 874625133
        },
        {
            "start": 874625134,
            "stop": 874625294
        }
    ]
}