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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5746",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5747,
    "results": [
        {
            "start": 874619060,
            "stop": 874619076
        },
        {
            "start": 874619079,
            "stop": 874619081
        },
        {
            "start": 874619084,
            "stop": 874619204
        },
        {
            "start": 874619207,
            "stop": 874619252
        },
        {
            "start": 874619255,
            "stop": 874619268
        },
        {
            "start": 874619272,
            "stop": 874619284
        },
        {
            "start": 874619287,
            "stop": 874619296
        },
        {
            "start": 874619299,
            "stop": 874619327
        },
        {
            "start": 874619330,
            "stop": 874619353
        },
        {
            "start": 874619357,
            "stop": 874619367
        },
        {
            "start": 874619371,
            "stop": 874619389
        },
        {
            "start": 874619393,
            "stop": 874619436
        },
        {
            "start": 874619439,
            "stop": 874619472
        },
        {
            "start": 874619475,
            "stop": 874619501
        },
        {
            "start": 874619505,
            "stop": 874619524
        },
        {
            "start": 874619527,
            "stop": 874619572
        },
        {
            "start": 874619576,
            "stop": 874619612
        },
        {
            "start": 874619615,
            "stop": 874619626
        },
        {
            "start": 874619630,
            "stop": 874619664
        },
        {
            "start": 874619667,
            "stop": 874619698
        }
    ]
}