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_CAT3H/segments?format=api&page=33129
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33128",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33129,
    "results": [
        {
            "start": 970564263,
            "stop": 970564275
        },
        {
            "start": 970564277,
            "stop": 970564289
        },
        {
            "start": 970564291,
            "stop": 970564340
        },
        {
            "start": 970564342,
            "stop": 970564361
        },
        {
            "start": 970564364,
            "stop": 970564378
        },
        {
            "start": 970564379,
            "stop": 970564397
        },
        {
            "start": 970564399,
            "stop": 970564410
        },
        {
            "start": 970564411,
            "stop": 970564500
        },
        {
            "start": 970564501,
            "stop": 970564539
        },
        {
            "start": 970564541,
            "stop": 970564544
        },
        {
            "start": 970564545,
            "stop": 970564552
        },
        {
            "start": 970564553,
            "stop": 970564572
        },
        {
            "start": 970564575,
            "stop": 970564578
        },
        {
            "start": 970564579,
            "stop": 970564604
        },
        {
            "start": 970564605,
            "stop": 970564608
        },
        {
            "start": 970564609,
            "stop": 970564654
        },
        {
            "start": 970564656,
            "stop": 970564657
        },
        {
            "start": 970564658,
            "stop": 970564699
        },
        {
            "start": 970564701,
            "stop": 970564705
        },
        {
            "start": 970564706,
            "stop": 970564722
        }
    ]
}