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=33233
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=33234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33232",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33233,
    "results": [
        {
            "start": 970977697,
            "stop": 970977709
        },
        {
            "start": 970977710,
            "stop": 970977769
        },
        {
            "start": 970977770,
            "stop": 970977823
        },
        {
            "start": 970977826,
            "stop": 970977883
        },
        {
            "start": 970977887,
            "stop": 970977955
        },
        {
            "start": 970977958,
            "stop": 970977965
        },
        {
            "start": 970977967,
            "stop": 970977991
        },
        {
            "start": 970977997,
            "stop": 970978012
        },
        {
            "start": 970978015,
            "stop": 970978133
        },
        {
            "start": 970978136,
            "stop": 970978183
        },
        {
            "start": 970978184,
            "stop": 970978196
        },
        {
            "start": 970978197,
            "stop": 970978248
        },
        {
            "start": 970978249,
            "stop": 970978269
        },
        {
            "start": 970978270,
            "stop": 970978366
        },
        {
            "start": 970978369,
            "stop": 970978376
        },
        {
            "start": 970978377,
            "stop": 970978394
        },
        {
            "start": 970978395,
            "stop": 970978427
        },
        {
            "start": 970978430,
            "stop": 970978436
        },
        {
            "start": 970978437,
            "stop": 970978479
        },
        {
            "start": 970978481,
            "stop": 970978482
        }
    ]
}