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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=294",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 295,
    "results": [
        {
            "start": 841827618,
            "stop": 841827620
        },
        {
            "start": 841827627,
            "stop": 841827639
        },
        {
            "start": 841827642,
            "stop": 841827643
        },
        {
            "start": 841827645,
            "stop": 841827647
        },
        {
            "start": 841827649,
            "stop": 841827651
        },
        {
            "start": 841827653,
            "stop": 841827664
        },
        {
            "start": 841827668,
            "stop": 841827722
        },
        {
            "start": 841827724,
            "stop": 841827734
        },
        {
            "start": 841827736,
            "stop": 841837323
        },
        {
            "start": 841837325,
            "stop": 841839030
        },
        {
            "start": 841839031,
            "stop": 841844311
        },
        {
            "start": 841844314,
            "stop": 841845708
        },
        {
            "start": 841845710,
            "stop": 841845752
        },
        {
            "start": 841845754,
            "stop": 841845770
        },
        {
            "start": 841846535,
            "stop": 841846721
        },
        {
            "start": 841846723,
            "stop": 841846847
        },
        {
            "start": 841846848,
            "stop": 841847712
        },
        {
            "start": 841847713,
            "stop": 841848115
        },
        {
            "start": 841848117,
            "stop": 841848322
        },
        {
            "start": 841848324,
            "stop": 841849685
        }
    ]
}