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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16784",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16785,
    "results": [
        {
            "start": 875116862,
            "stop": 875116864
        },
        {
            "start": 875116867,
            "stop": 875116869
        },
        {
            "start": 875116874,
            "stop": 875116876
        },
        {
            "start": 875116881,
            "stop": 875116885
        },
        {
            "start": 875116891,
            "stop": 875116904
        },
        {
            "start": 875116907,
            "stop": 875116909
        },
        {
            "start": 875116912,
            "stop": 875116919
        },
        {
            "start": 875116923,
            "stop": 875116927
        },
        {
            "start": 875116930,
            "stop": 875116936
        },
        {
            "start": 875116942,
            "stop": 875116948
        },
        {
            "start": 875116951,
            "stop": 875116952
        },
        {
            "start": 875116953,
            "stop": 875116973
        },
        {
            "start": 875116976,
            "stop": 875116984
        },
        {
            "start": 875116987,
            "stop": 875116988
        },
        {
            "start": 875116991,
            "stop": 875117018
        },
        {
            "start": 875117023,
            "stop": 875117029
        },
        {
            "start": 875117032,
            "stop": 875117052
        },
        {
            "start": 875117053,
            "stop": 875117055
        },
        {
            "start": 875117060,
            "stop": 875117075
        },
        {
            "start": 875117076,
            "stop": 875117085
        }
    ]
}