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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5291",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5289",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5290,
    "results": [
        {
            "start": 1137086215,
            "stop": 1137086220
        },
        {
            "start": 1137086221,
            "stop": 1137086228
        },
        {
            "start": 1137086230,
            "stop": 1137086234
        },
        {
            "start": 1137086236,
            "stop": 1137086266
        },
        {
            "start": 1137086268,
            "stop": 1137086274
        },
        {
            "start": 1137086276,
            "stop": 1137086279
        },
        {
            "start": 1137086281,
            "stop": 1137086290
        },
        {
            "start": 1137086292,
            "stop": 1137086302
        },
        {
            "start": 1137086306,
            "stop": 1137086308
        },
        {
            "start": 1137086310,
            "stop": 1137086312
        },
        {
            "start": 1137086314,
            "stop": 1137086321
        },
        {
            "start": 1137086323,
            "stop": 1137086335
        },
        {
            "start": 1137086338,
            "stop": 1137086356
        },
        {
            "start": 1137086358,
            "stop": 1137086367
        },
        {
            "start": 1137086369,
            "stop": 1137086373
        },
        {
            "start": 1137086376,
            "stop": 1137086401
        },
        {
            "start": 1137086402,
            "stop": 1137086404
        },
        {
            "start": 1137086406,
            "stop": 1137086508
        },
        {
            "start": 1137086510,
            "stop": 1137086526
        },
        {
            "start": 1137086529,
            "stop": 1137086601
        }
    ]
}