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=33220
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=33221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33219",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33220,
    "results": [
        {
            "start": 970962759,
            "stop": 970962939
        },
        {
            "start": 970962945,
            "stop": 970962957
        },
        {
            "start": 970962961,
            "stop": 970963099
        },
        {
            "start": 970963102,
            "stop": 970963288
        },
        {
            "start": 970963291,
            "stop": 970963356
        },
        {
            "start": 970963359,
            "stop": 970963533
        },
        {
            "start": 970963536,
            "stop": 970963616
        },
        {
            "start": 970963619,
            "stop": 970963677
        },
        {
            "start": 970963679,
            "stop": 970963739
        },
        {
            "start": 970963740,
            "stop": 970963894
        },
        {
            "start": 970963895,
            "stop": 970964079
        },
        {
            "start": 970964085,
            "stop": 970964195
        },
        {
            "start": 970964197,
            "stop": 970964351
        },
        {
            "start": 970964354,
            "stop": 970964391
        },
        {
            "start": 970964392,
            "stop": 970964498
        },
        {
            "start": 970964500,
            "stop": 970964553
        },
        {
            "start": 970964555,
            "stop": 970964604
        },
        {
            "start": 970964607,
            "stop": 970964704
        },
        {
            "start": 970964707,
            "stop": 970964967
        },
        {
            "start": 970964968,
            "stop": 970965075
        }
    ]
}