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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=238",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 239,
    "results": [
        {
            "start": 820896568,
            "stop": 820897089
        },
        {
            "start": 820897092,
            "stop": 820898727
        },
        {
            "start": 820898731,
            "stop": 820898745
        },
        {
            "start": 820898749,
            "stop": 820898776
        },
        {
            "start": 820898780,
            "stop": 820899013
        },
        {
            "start": 820899016,
            "stop": 820899346
        },
        {
            "start": 820899349,
            "stop": 820899969
        },
        {
            "start": 820899972,
            "stop": 820901164
        },
        {
            "start": 820901167,
            "stop": 820901336
        },
        {
            "start": 820901339,
            "stop": 820901479
        },
        {
            "start": 820901483,
            "stop": 820902037
        },
        {
            "start": 820902040,
            "stop": 820902218
        },
        {
            "start": 820902221,
            "stop": 820902763
        },
        {
            "start": 820902766,
            "stop": 820902898
        },
        {
            "start": 820902902,
            "stop": 820903383
        },
        {
            "start": 820903386,
            "stop": 820904144
        },
        {
            "start": 820904148,
            "stop": 820905239
        },
        {
            "start": 820905242,
            "stop": 820905487
        },
        {
            "start": 820905490,
            "stop": 820905703
        },
        {
            "start": 820905706,
            "stop": 820906155
        }
    ]
}