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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=440",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=438",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 439,
    "results": [
        {
            "start": 1182892627,
            "stop": 1182893271
        },
        {
            "start": 1182893273,
            "stop": 1182893526
        },
        {
            "start": 1182893542,
            "stop": 1182894077
        },
        {
            "start": 1182894079,
            "stop": 1182894251
        },
        {
            "start": 1182894254,
            "stop": 1182895538
        },
        {
            "start": 1182895540,
            "stop": 1182897624
        },
        {
            "start": 1182897626,
            "stop": 1182897694
        },
        {
            "start": 1182897696,
            "stop": 1182898075
        },
        {
            "start": 1182898077,
            "stop": 1182898078
        },
        {
            "start": 1182898083,
            "stop": 1182898086
        },
        {
            "start": 1182898091,
            "stop": 1182898093
        },
        {
            "start": 1182898098,
            "stop": 1182898101
        },
        {
            "start": 1182898105,
            "stop": 1182898136
        },
        {
            "start": 1182898138,
            "stop": 1182898187
        },
        {
            "start": 1182898188,
            "stop": 1182898197
        },
        {
            "start": 1182898198,
            "stop": 1182898304
        },
        {
            "start": 1182898305,
            "stop": 1182898310
        },
        {
            "start": 1182898311,
            "stop": 1182898353
        },
        {
            "start": 1182898355,
            "stop": 1182898359
        },
        {
            "start": 1182898361,
            "stop": 1182898468
        }
    ]
}