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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 153,
    "results": [
        {
            "start": 1239490063,
            "stop": 1239490252
        },
        {
            "start": 1239490254,
            "stop": 1239490852
        },
        {
            "start": 1239490854,
            "stop": 1239491472
        },
        {
            "start": 1239491473,
            "stop": 1239492072
        },
        {
            "start": 1239492074,
            "stop": 1239492653
        },
        {
            "start": 1239492657,
            "stop": 1239492672
        },
        {
            "start": 1239492673,
            "stop": 1239492857
        },
        {
            "start": 1239492862,
            "stop": 1239492875
        },
        {
            "start": 1239492880,
            "stop": 1239493252
        },
        {
            "start": 1239493253,
            "stop": 1239493872
        },
        {
            "start": 1239493873,
            "stop": 1239494472
        },
        {
            "start": 1239494473,
            "stop": 1239495052
        },
        {
            "start": 1239495053,
            "stop": 1239495672
        },
        {
            "start": 1239495673,
            "stop": 1239497010
        },
        {
            "start": 1239497013,
            "stop": 1239497285
        },
        {
            "start": 1239497289,
            "stop": 1239498664
        },
        {
            "start": 1239498667,
            "stop": 1239499203
        },
        {
            "start": 1239499207,
            "stop": 1239499233
        },
        {
            "start": 1239499236,
            "stop": 1239499331
        },
        {
            "start": 1239499332,
            "stop": 1239502931
        }
    ]
}