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=33074
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=33075",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33073",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33074,
    "results": [
        {
            "start": 970469145,
            "stop": 970469146
        },
        {
            "start": 970469152,
            "stop": 970469153
        },
        {
            "start": 970469173,
            "stop": 970469177
        },
        {
            "start": 970469180,
            "stop": 970469184
        },
        {
            "start": 970469187,
            "stop": 970469195
        },
        {
            "start": 970469198,
            "stop": 970469200
        },
        {
            "start": 970469203,
            "stop": 970469209
        },
        {
            "start": 970469212,
            "stop": 970469214
        },
        {
            "start": 970469244,
            "stop": 970469254
        },
        {
            "start": 970469310,
            "stop": 970469311
        },
        {
            "start": 970469338,
            "stop": 970469339
        },
        {
            "start": 970469426,
            "stop": 970469427
        },
        {
            "start": 970469431,
            "stop": 970469432
        },
        {
            "start": 970469437,
            "stop": 970469438
        },
        {
            "start": 970469559,
            "stop": 970469560
        },
        {
            "start": 970469562,
            "stop": 970469563
        },
        {
            "start": 970469608,
            "stop": 970469609
        },
        {
            "start": 970469612,
            "stop": 970469614
        },
        {
            "start": 970469752,
            "stop": 970469753
        },
        {
            "start": 970469827,
            "stop": 970469828
        }
    ]
}