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=5225
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=5226",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5224",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5225,
    "results": [
        {
            "start": 1137049302,
            "stop": 1137049307
        },
        {
            "start": 1137049309,
            "stop": 1137049330
        },
        {
            "start": 1137049332,
            "stop": 1137049333
        },
        {
            "start": 1137049335,
            "stop": 1137049351
        },
        {
            "start": 1137049353,
            "stop": 1137049370
        },
        {
            "start": 1137049372,
            "stop": 1137049374
        },
        {
            "start": 1137049376,
            "stop": 1137049385
        },
        {
            "start": 1137049386,
            "stop": 1137049389
        },
        {
            "start": 1137049391,
            "stop": 1137049393
        },
        {
            "start": 1137049394,
            "stop": 1137049397
        },
        {
            "start": 1137049399,
            "stop": 1137049415
        },
        {
            "start": 1137049417,
            "stop": 1137049422
        },
        {
            "start": 1137049424,
            "stop": 1137049429
        },
        {
            "start": 1137049433,
            "stop": 1137049445
        },
        {
            "start": 1137049447,
            "stop": 1137049449
        },
        {
            "start": 1137049451,
            "stop": 1137049457
        },
        {
            "start": 1137049459,
            "stop": 1137049464
        },
        {
            "start": 1137049468,
            "stop": 1137049480
        },
        {
            "start": 1137049482,
            "stop": 1137049499
        },
        {
            "start": 1137049501,
            "stop": 1137049574
        }
    ]
}