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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1825",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1823",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1824,
    "results": [
        {
            "start": 1250326233,
            "stop": 1250326352
        },
        {
            "start": 1250326359,
            "stop": 1250326366
        },
        {
            "start": 1250326369,
            "stop": 1250326584
        },
        {
            "start": 1250326587,
            "stop": 1250327274
        },
        {
            "start": 1250327276,
            "stop": 1250327605
        },
        {
            "start": 1250327607,
            "stop": 1250327769
        },
        {
            "start": 1250327770,
            "stop": 1250327874
        },
        {
            "start": 1250327875,
            "stop": 1250328192
        },
        {
            "start": 1250328194,
            "stop": 1250328259
        },
        {
            "start": 1250328260,
            "stop": 1250328311
        },
        {
            "start": 1250328313,
            "stop": 1250328350
        },
        {
            "start": 1250328353,
            "stop": 1250328421
        },
        {
            "start": 1250328422,
            "stop": 1250328433
        },
        {
            "start": 1250328434,
            "stop": 1250328442
        },
        {
            "start": 1250328443,
            "stop": 1250328578
        },
        {
            "start": 1250328580,
            "stop": 1250328684
        },
        {
            "start": 1250328685,
            "stop": 1250329212
        },
        {
            "start": 1250329214,
            "stop": 1250329247
        },
        {
            "start": 1250329249,
            "stop": 1250329264
        },
        {
            "start": 1250329266,
            "stop": 1250329271
        }
    ]
}