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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 75,
    "results": [
        {
            "start": 819193990,
            "stop": 819194292
        },
        {
            "start": 819194295,
            "stop": 819194361
        },
        {
            "start": 819194366,
            "stop": 819194482
        },
        {
            "start": 819194487,
            "stop": 819194489
        },
        {
            "start": 819194493,
            "stop": 819194497
        },
        {
            "start": 819194501,
            "stop": 819194505
        },
        {
            "start": 819194508,
            "stop": 819195034
        },
        {
            "start": 819195038,
            "stop": 819195098
        },
        {
            "start": 819195101,
            "stop": 819195440
        },
        {
            "start": 819195444,
            "stop": 819195744
        },
        {
            "start": 819195747,
            "stop": 819196908
        },
        {
            "start": 819196912,
            "stop": 819196915
        },
        {
            "start": 819196918,
            "stop": 819197532
        },
        {
            "start": 819197535,
            "stop": 819197752
        },
        {
            "start": 819197755,
            "stop": 819198431
        },
        {
            "start": 819198434,
            "stop": 819198487
        },
        {
            "start": 819198490,
            "stop": 819198493
        },
        {
            "start": 819198496,
            "stop": 819198750
        },
        {
            "start": 819198754,
            "stop": 819199006
        },
        {
            "start": 819199010,
            "stop": 819199014
        }
    ]
}