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=33225
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=33226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33224",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33225,
    "results": [
        {
            "start": 970970696,
            "stop": 970970712
        },
        {
            "start": 970970713,
            "stop": 970970744
        },
        {
            "start": 970970745,
            "stop": 970970755
        },
        {
            "start": 970970757,
            "stop": 970970763
        },
        {
            "start": 970970766,
            "stop": 970970865
        },
        {
            "start": 970970866,
            "stop": 970970916
        },
        {
            "start": 970970917,
            "stop": 970970929
        },
        {
            "start": 970970931,
            "stop": 970971007
        },
        {
            "start": 970971008,
            "stop": 970971051
        },
        {
            "start": 970971054,
            "stop": 970971077
        },
        {
            "start": 970971078,
            "stop": 970971086
        },
        {
            "start": 970971087,
            "stop": 970971093
        },
        {
            "start": 970971094,
            "stop": 970971104
        },
        {
            "start": 970971105,
            "stop": 970971119
        },
        {
            "start": 970971120,
            "stop": 970971182
        },
        {
            "start": 970971184,
            "stop": 970971230
        },
        {
            "start": 970971231,
            "stop": 970971251
        },
        {
            "start": 970971254,
            "stop": 970971264
        },
        {
            "start": 970971267,
            "stop": 970971298
        },
        {
            "start": 970971302,
            "stop": 970971368
        }
    ]
}