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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=281",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 282,
    "results": [
        {
            "start": 934572413,
            "stop": 934573041
        },
        {
            "start": 934573044,
            "stop": 934573056
        },
        {
            "start": 934573060,
            "stop": 934573072
        },
        {
            "start": 934573074,
            "stop": 934573086
        },
        {
            "start": 934573089,
            "stop": 934573116
        },
        {
            "start": 934573119,
            "stop": 934573221
        },
        {
            "start": 934573224,
            "stop": 934573251
        },
        {
            "start": 934573442,
            "stop": 934574301
        },
        {
            "start": 934574655,
            "stop": 934574660
        },
        {
            "start": 934574780,
            "stop": 934574929
        },
        {
            "start": 934579420,
            "stop": 934579672
        },
        {
            "start": 934579674,
            "stop": 934580271
        },
        {
            "start": 934580274,
            "stop": 934580301
        },
        {
            "start": 934580305,
            "stop": 934580317
        },
        {
            "start": 934580320,
            "stop": 934580362
        },
        {
            "start": 934580364,
            "stop": 934581615
        },
        {
            "start": 934581855,
            "stop": 934583391
        },
        {
            "start": 934583410,
            "stop": 934583980
        },
        {
            "start": 934583983,
            "stop": 934585118
        },
        {
            "start": 934585178,
            "stop": 934585215
        }
    ]
}