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=33227
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=33228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33226",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33227,
    "results": [
        {
            "start": 970972078,
            "stop": 970972090
        },
        {
            "start": 970972093,
            "stop": 970972169
        },
        {
            "start": 970972170,
            "stop": 970972184
        },
        {
            "start": 970972189,
            "stop": 970972190
        },
        {
            "start": 970972193,
            "stop": 970972225
        },
        {
            "start": 970972226,
            "stop": 970972267
        },
        {
            "start": 970972270,
            "stop": 970972393
        },
        {
            "start": 970972396,
            "stop": 970972411
        },
        {
            "start": 970972414,
            "stop": 970972436
        },
        {
            "start": 970972439,
            "stop": 970972449
        },
        {
            "start": 970972451,
            "stop": 970972466
        },
        {
            "start": 970972467,
            "stop": 970972508
        },
        {
            "start": 970972509,
            "stop": 970972534
        },
        {
            "start": 970972537,
            "stop": 970972551
        },
        {
            "start": 970972552,
            "stop": 970972579
        },
        {
            "start": 970972582,
            "stop": 970972643
        },
        {
            "start": 970972644,
            "stop": 970972693
        },
        {
            "start": 970972694,
            "stop": 970972709
        },
        {
            "start": 970972710,
            "stop": 970972749
        },
        {
            "start": 970972750,
            "stop": 970972779
        }
    ]
}