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=40849
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=40850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40848",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40849,
    "results": [
        {
            "start": 875047246,
            "stop": 875047267
        },
        {
            "start": 875047268,
            "stop": 875047271
        },
        {
            "start": 875047273,
            "stop": 875047284
        },
        {
            "start": 875047285,
            "stop": 875047292
        },
        {
            "start": 875047294,
            "stop": 875047313
        },
        {
            "start": 875047315,
            "stop": 875047343
        },
        {
            "start": 875047344,
            "stop": 875047351
        },
        {
            "start": 875047352,
            "stop": 875047361
        },
        {
            "start": 875047362,
            "stop": 875047380
        },
        {
            "start": 875047382,
            "stop": 875047396
        },
        {
            "start": 875047397,
            "stop": 875047399
        },
        {
            "start": 875047400,
            "stop": 875047415
        },
        {
            "start": 875047422,
            "stop": 875047431
        },
        {
            "start": 875047433,
            "stop": 875047434
        },
        {
            "start": 875047435,
            "stop": 875047437
        },
        {
            "start": 875047439,
            "stop": 875047440
        },
        {
            "start": 875047500,
            "stop": 875047527
        },
        {
            "start": 875047528,
            "stop": 875047536
        },
        {
            "start": 875047537,
            "stop": 875047538
        },
        {
            "start": 875047539,
            "stop": 875047559
        }
    ]
}