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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40784",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40785,
    "results": [
        {
            "start": 874999827,
            "stop": 874999853
        },
        {
            "start": 874999854,
            "stop": 874999886
        },
        {
            "start": 874999887,
            "stop": 874999977
        },
        {
            "start": 874999978,
            "stop": 875000022
        },
        {
            "start": 875000023,
            "stop": 875000137
        },
        {
            "start": 875000139,
            "stop": 875000141
        },
        {
            "start": 875000142,
            "stop": 875000151
        },
        {
            "start": 875000152,
            "stop": 875000180
        },
        {
            "start": 875000181,
            "stop": 875000190
        },
        {
            "start": 875000192,
            "stop": 875000196
        },
        {
            "start": 875000198,
            "stop": 875000333
        },
        {
            "start": 875000334,
            "stop": 875000352
        },
        {
            "start": 875000353,
            "stop": 875000368
        },
        {
            "start": 875000369,
            "stop": 875000430
        },
        {
            "start": 875000432,
            "stop": 875000458
        },
        {
            "start": 875000460,
            "stop": 875000633
        },
        {
            "start": 875000634,
            "stop": 875000706
        },
        {
            "start": 875000707,
            "stop": 875000712
        },
        {
            "start": 875000713,
            "stop": 875000739
        },
        {
            "start": 875000740,
            "stop": 875000744
        }
    ]
}