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=33071
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=33072",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33070",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33071,
    "results": [
        {
            "start": 970467344,
            "stop": 970467345
        },
        {
            "start": 970467428,
            "stop": 970467429
        },
        {
            "start": 970467451,
            "stop": 970467452
        },
        {
            "start": 970467471,
            "stop": 970467472
        },
        {
            "start": 970467474,
            "stop": 970467475
        },
        {
            "start": 970467601,
            "stop": 970467602
        },
        {
            "start": 970467626,
            "stop": 970467627
        },
        {
            "start": 970467630,
            "stop": 970467632
        },
        {
            "start": 970467639,
            "stop": 970467640
        },
        {
            "start": 970467723,
            "stop": 970467724
        },
        {
            "start": 970467760,
            "stop": 970467761
        },
        {
            "start": 970467801,
            "stop": 970467802
        },
        {
            "start": 970467869,
            "stop": 970467870
        },
        {
            "start": 970467960,
            "stop": 970467964
        },
        {
            "start": 970468006,
            "stop": 970468007
        },
        {
            "start": 970468091,
            "stop": 970468092
        },
        {
            "start": 970468121,
            "stop": 970468122
        },
        {
            "start": 970468144,
            "stop": 970468145
        },
        {
            "start": 970468153,
            "stop": 970468154
        },
        {
            "start": 970468163,
            "stop": 970468164
        }
    ]
}