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=33243
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=33244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33242",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33243,
    "results": [
        {
            "start": 970984158,
            "stop": 970984160
        },
        {
            "start": 970984164,
            "stop": 970984181
        },
        {
            "start": 970984184,
            "stop": 970984214
        },
        {
            "start": 970984217,
            "stop": 970984226
        },
        {
            "start": 970984227,
            "stop": 970984236
        },
        {
            "start": 970984237,
            "stop": 970984241
        },
        {
            "start": 970984244,
            "stop": 970984261
        },
        {
            "start": 970984262,
            "stop": 970984283
        },
        {
            "start": 970984284,
            "stop": 970984314
        },
        {
            "start": 970984317,
            "stop": 970984330
        },
        {
            "start": 970984331,
            "stop": 970984369
        },
        {
            "start": 970984372,
            "stop": 970984400
        },
        {
            "start": 970984401,
            "stop": 970984450
        },
        {
            "start": 970984451,
            "stop": 970984505
        },
        {
            "start": 970984506,
            "stop": 970984566
        },
        {
            "start": 970984568,
            "stop": 970984569
        },
        {
            "start": 970984570,
            "stop": 970984611
        },
        {
            "start": 970984612,
            "stop": 970984629
        },
        {
            "start": 970984630,
            "stop": 970984636
        },
        {
            "start": 970984637,
            "stop": 970984736
        }
    ]
}