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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33281",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33282,
    "results": [
        {
            "start": 971001159,
            "stop": 971001165
        },
        {
            "start": 971001166,
            "stop": 971001181
        },
        {
            "start": 971001183,
            "stop": 971001187
        },
        {
            "start": 971001190,
            "stop": 971001197
        },
        {
            "start": 971001198,
            "stop": 971001230
        },
        {
            "start": 971001232,
            "stop": 971001233
        },
        {
            "start": 971001234,
            "stop": 971001235
        },
        {
            "start": 971001236,
            "stop": 971001250
        },
        {
            "start": 971001251,
            "stop": 971001260
        },
        {
            "start": 971001261,
            "stop": 971001282
        },
        {
            "start": 971001285,
            "stop": 971001322
        },
        {
            "start": 971001326,
            "stop": 971001330
        },
        {
            "start": 971001331,
            "stop": 971001349
        },
        {
            "start": 971001350,
            "stop": 971001382
        },
        {
            "start": 971001384,
            "stop": 971001393
        },
        {
            "start": 971001394,
            "stop": 971001402
        },
        {
            "start": 971001403,
            "stop": 971001431
        },
        {
            "start": 971001432,
            "stop": 971001487
        },
        {
            "start": 971001488,
            "stop": 971001539
        },
        {
            "start": 971001543,
            "stop": 971001566
        }
    ]
}