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=40904
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=40905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40903",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40904,
    "results": [
        {
            "start": 875090940,
            "stop": 875091024
        },
        {
            "start": 875091025,
            "stop": 875091067
        },
        {
            "start": 875091068,
            "stop": 875091131
        },
        {
            "start": 875091132,
            "stop": 875091157
        },
        {
            "start": 875091158,
            "stop": 875091237
        },
        {
            "start": 875091238,
            "stop": 875091369
        },
        {
            "start": 875091371,
            "stop": 875091402
        },
        {
            "start": 875091403,
            "stop": 875091429
        },
        {
            "start": 875091430,
            "stop": 875091514
        },
        {
            "start": 875091515,
            "stop": 875091535
        },
        {
            "start": 875091536,
            "stop": 875091683
        },
        {
            "start": 875091684,
            "stop": 875091699
        },
        {
            "start": 875091700,
            "stop": 875091701
        },
        {
            "start": 875091702,
            "stop": 875091779
        },
        {
            "start": 875091780,
            "stop": 875091810
        },
        {
            "start": 875091811,
            "stop": 875091888
        },
        {
            "start": 875091889,
            "stop": 875091901
        },
        {
            "start": 875091903,
            "stop": 875091910
        },
        {
            "start": 875091911,
            "stop": 875091917
        },
        {
            "start": 875091918,
            "stop": 875092002
        }
    ]
}