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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46784",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46785,
    "results": [
        {
            "start": 875109895,
            "stop": 875109922
        },
        {
            "start": 875109923,
            "stop": 875109933
        },
        {
            "start": 875109934,
            "stop": 875109974
        },
        {
            "start": 875109975,
            "stop": 875110007
        },
        {
            "start": 875110008,
            "stop": 875110013
        },
        {
            "start": 875110014,
            "stop": 875110049
        },
        {
            "start": 875110051,
            "stop": 875110059
        },
        {
            "start": 875110060,
            "stop": 875110074
        },
        {
            "start": 875110075,
            "stop": 875110103
        },
        {
            "start": 875110104,
            "stop": 875110109
        },
        {
            "start": 875110110,
            "stop": 875110144
        },
        {
            "start": 875110145,
            "stop": 875110156
        },
        {
            "start": 875110157,
            "stop": 875110177
        },
        {
            "start": 875110178,
            "stop": 875110184
        },
        {
            "start": 875110185,
            "stop": 875110193
        },
        {
            "start": 875110194,
            "stop": 875110254
        },
        {
            "start": 875110255,
            "stop": 875110273
        },
        {
            "start": 875110274,
            "stop": 875110313
        },
        {
            "start": 875110315,
            "stop": 875110326
        },
        {
            "start": 875110328,
            "stop": 875110347
        }
    ]
}