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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33112",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33113,
    "results": [
        {
            "start": 970559280,
            "stop": 970559295
        },
        {
            "start": 970559298,
            "stop": 970559308
        },
        {
            "start": 970559310,
            "stop": 970559345
        },
        {
            "start": 970559346,
            "stop": 970559367
        },
        {
            "start": 970559368,
            "stop": 970559369
        },
        {
            "start": 970559370,
            "stop": 970559390
        },
        {
            "start": 970559391,
            "stop": 970559392
        },
        {
            "start": 970559393,
            "stop": 970559394
        },
        {
            "start": 970559395,
            "stop": 970559408
        },
        {
            "start": 970559410,
            "stop": 970559432
        },
        {
            "start": 970559438,
            "stop": 970559443
        },
        {
            "start": 970559455,
            "stop": 970559459
        },
        {
            "start": 970559469,
            "stop": 970559475
        },
        {
            "start": 970559481,
            "stop": 970559513
        },
        {
            "start": 970559515,
            "stop": 970559527
        },
        {
            "start": 970559530,
            "stop": 970559543
        },
        {
            "start": 970559544,
            "stop": 970559554
        },
        {
            "start": 970559556,
            "stop": 970559560
        },
        {
            "start": 970559563,
            "stop": 970559578
        },
        {
            "start": 970559580,
            "stop": 970559583
        }
    ]
}