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=380
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=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=379",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 380,
    "results": [
        {
            "start": 847750762,
            "stop": 847750809
        },
        {
            "start": 847750810,
            "stop": 847750829
        },
        {
            "start": 847750830,
            "stop": 847750871
        },
        {
            "start": 847750872,
            "stop": 847750937
        },
        {
            "start": 847750938,
            "stop": 847750957
        },
        {
            "start": 847750959,
            "stop": 847750978
        },
        {
            "start": 847750979,
            "stop": 847750982
        },
        {
            "start": 847750983,
            "stop": 847750999
        },
        {
            "start": 847751000,
            "stop": 847751021
        },
        {
            "start": 847751023,
            "stop": 847751039
        },
        {
            "start": 847751040,
            "stop": 847751041
        },
        {
            "start": 847751043,
            "stop": 847751073
        },
        {
            "start": 847751076,
            "stop": 847751077
        },
        {
            "start": 847751079,
            "stop": 847751107
        },
        {
            "start": 847751108,
            "stop": 847751110
        },
        {
            "start": 847751111,
            "stop": 847751126
        },
        {
            "start": 847751128,
            "stop": 847751150
        },
        {
            "start": 847751151,
            "stop": 847751155
        },
        {
            "start": 847751156,
            "stop": 847751157
        },
        {
            "start": 847751158,
            "stop": 847751159
        }
    ]
}