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=41026
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=41027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41025",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41026,
    "results": [
        {
            "start": 875182317,
            "stop": 875182321
        },
        {
            "start": 875182322,
            "stop": 875182326
        },
        {
            "start": 875182327,
            "stop": 875182331
        },
        {
            "start": 875182333,
            "stop": 875182337
        },
        {
            "start": 875182338,
            "stop": 875182342
        },
        {
            "start": 875182344,
            "stop": 875182348
        },
        {
            "start": 875182349,
            "stop": 875182353
        },
        {
            "start": 875182354,
            "stop": 875182358
        },
        {
            "start": 875182360,
            "stop": 875182364
        },
        {
            "start": 875182365,
            "stop": 875182369
        },
        {
            "start": 875182371,
            "stop": 875182374
        },
        {
            "start": 875182376,
            "stop": 875182380
        },
        {
            "start": 875182381,
            "stop": 875182385
        },
        {
            "start": 875182386,
            "stop": 875182390
        },
        {
            "start": 875182392,
            "stop": 875182396
        },
        {
            "start": 875182397,
            "stop": 875182401
        },
        {
            "start": 875182402,
            "stop": 875182406
        },
        {
            "start": 875182409,
            "stop": 875182412
        },
        {
            "start": 875182413,
            "stop": 875182417
        },
        {
            "start": 875182418,
            "stop": 875182422
        }
    ]
}