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=33066
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=33067",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33065",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33066,
    "results": [
        {
            "start": 970461444,
            "stop": 970461446
        },
        {
            "start": 970461460,
            "stop": 970461462
        },
        {
            "start": 970461478,
            "stop": 970461479
        },
        {
            "start": 970461487,
            "stop": 970461488
        },
        {
            "start": 970461675,
            "stop": 970461676
        },
        {
            "start": 970461681,
            "stop": 970461682
        },
        {
            "start": 970461730,
            "stop": 970461731
        },
        {
            "start": 970461733,
            "stop": 970461735
        },
        {
            "start": 970461748,
            "stop": 970461749
        },
        {
            "start": 970461916,
            "stop": 970461917
        },
        {
            "start": 970462026,
            "stop": 970462027
        },
        {
            "start": 970462029,
            "stop": 970462030
        },
        {
            "start": 970462032,
            "stop": 970462033
        },
        {
            "start": 970462082,
            "stop": 970462083
        },
        {
            "start": 970462084,
            "stop": 970462086
        },
        {
            "start": 970462115,
            "stop": 970462116
        },
        {
            "start": 970462119,
            "stop": 970462120
        },
        {
            "start": 970462132,
            "stop": 970462133
        },
        {
            "start": 970462147,
            "stop": 970462148
        },
        {
            "start": 970462185,
            "stop": 970462187
        }
    ]
}