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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=464",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=462",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 463,
    "results": [
        {
            "start": 1261986636,
            "stop": 1261986659
        },
        {
            "start": 1261986662,
            "stop": 1261986745
        },
        {
            "start": 1261986748,
            "stop": 1261986826
        },
        {
            "start": 1261986829,
            "stop": 1261986833
        },
        {
            "start": 1261986836,
            "stop": 1261986866
        },
        {
            "start": 1261986869,
            "stop": 1261986872
        },
        {
            "start": 1261986875,
            "stop": 1261986936
        },
        {
            "start": 1261986939,
            "stop": 1261986951
        },
        {
            "start": 1261986954,
            "stop": 1261986961
        },
        {
            "start": 1261986964,
            "stop": 1261986974
        },
        {
            "start": 1261986977,
            "stop": 1261987082
        },
        {
            "start": 1261987085,
            "stop": 1261987141
        },
        {
            "start": 1261987144,
            "stop": 1261987151
        },
        {
            "start": 1261987154,
            "stop": 1261987215
        },
        {
            "start": 1261987218,
            "stop": 1261987225
        },
        {
            "start": 1261987228,
            "stop": 1261987232
        },
        {
            "start": 1261987235,
            "stop": 1261987264
        },
        {
            "start": 1261987267,
            "stop": 1261987278
        },
        {
            "start": 1261987284,
            "stop": 1261987370
        },
        {
            "start": 1261987373,
            "stop": 1261987388
        }
    ]
}