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=7062
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=7063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7061",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7062,
    "results": [
        {
            "start": 874017696,
            "stop": 874018215
        },
        {
            "start": 874018216,
            "stop": 874018341
        },
        {
            "start": 874018342,
            "stop": 874018600
        },
        {
            "start": 874018601,
            "stop": 874018908
        },
        {
            "start": 874018909,
            "stop": 874019688
        },
        {
            "start": 874019689,
            "stop": 874020099
        },
        {
            "start": 874020100,
            "stop": 874020217
        },
        {
            "start": 874020218,
            "stop": 874020251
        },
        {
            "start": 874020253,
            "stop": 874020457
        },
        {
            "start": 874020459,
            "stop": 874020480
        },
        {
            "start": 874020481,
            "stop": 874021554
        },
        {
            "start": 874021555,
            "stop": 874021897
        },
        {
            "start": 874021899,
            "stop": 874022027
        },
        {
            "start": 874022028,
            "stop": 874022275
        },
        {
            "start": 874022277,
            "stop": 874022421
        },
        {
            "start": 874022422,
            "stop": 874022954
        },
        {
            "start": 874022955,
            "stop": 874023567
        },
        {
            "start": 874023874,
            "stop": 874023971
        },
        {
            "start": 874023972,
            "stop": 874023976
        },
        {
            "start": 874023978,
            "stop": 874023979
        }
    ]
}