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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=305",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 306,
    "results": [
        {
            "start": 847648484,
            "stop": 847648503
        },
        {
            "start": 847648504,
            "stop": 847648526
        },
        {
            "start": 847648527,
            "stop": 847648628
        },
        {
            "start": 847648629,
            "stop": 847648662
        },
        {
            "start": 847648663,
            "stop": 847648671
        },
        {
            "start": 847648673,
            "stop": 847648730
        },
        {
            "start": 847648731,
            "stop": 847648758
        },
        {
            "start": 847648759,
            "stop": 847648800
        },
        {
            "start": 847648802,
            "stop": 847648827
        },
        {
            "start": 847648828,
            "stop": 847648844
        },
        {
            "start": 847648846,
            "stop": 847648866
        },
        {
            "start": 847648867,
            "stop": 847648886
        },
        {
            "start": 847648887,
            "stop": 847648908
        },
        {
            "start": 847648910,
            "stop": 847648918
        },
        {
            "start": 847648919,
            "stop": 847648929
        },
        {
            "start": 847648930,
            "stop": 847648960
        },
        {
            "start": 847648961,
            "stop": 847649045
        },
        {
            "start": 847649046,
            "stop": 847649056
        },
        {
            "start": 847649057,
            "stop": 847649131
        },
        {
            "start": 847649133,
            "stop": 847649135
        }
    ]
}