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=33085
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=33086",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33084",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33085,
    "results": [
        {
            "start": 970496837,
            "stop": 970496840
        },
        {
            "start": 970496841,
            "stop": 970496885
        },
        {
            "start": 970496887,
            "stop": 970496896
        },
        {
            "start": 970497033,
            "stop": 970497034
        },
        {
            "start": 970497050,
            "stop": 970497051
        },
        {
            "start": 970497057,
            "stop": 970497058
        },
        {
            "start": 970497059,
            "stop": 970497062
        },
        {
            "start": 970497073,
            "stop": 970497075
        },
        {
            "start": 970497097,
            "stop": 970497099
        },
        {
            "start": 970497121,
            "stop": 970497122
        },
        {
            "start": 970497134,
            "stop": 970497136
        },
        {
            "start": 970539326,
            "stop": 970539327
        },
        {
            "start": 970539329,
            "stop": 970539336
        },
        {
            "start": 970539337,
            "stop": 970539361
        },
        {
            "start": 970539363,
            "stop": 970539378
        },
        {
            "start": 970539379,
            "stop": 970539380
        },
        {
            "start": 970539382,
            "stop": 970539391
        },
        {
            "start": 970539393,
            "stop": 970539411
        },
        {
            "start": 970539412,
            "stop": 970539419
        },
        {
            "start": 970539421,
            "stop": 970539433
        }
    ]
}