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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=288",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 289,
    "results": [
        {
            "start": 931173529,
            "stop": 931173530
        },
        {
            "start": 931173533,
            "stop": 931173536
        },
        {
            "start": 931173537,
            "stop": 931173539
        },
        {
            "start": 931173540,
            "stop": 931173541
        },
        {
            "start": 931173543,
            "stop": 931173544
        },
        {
            "start": 931173545,
            "stop": 931173552
        },
        {
            "start": 931173554,
            "stop": 931173555
        },
        {
            "start": 931173556,
            "stop": 931173557
        },
        {
            "start": 931173558,
            "stop": 931173559
        },
        {
            "start": 931173561,
            "stop": 931173567
        },
        {
            "start": 931173568,
            "stop": 931173570
        },
        {
            "start": 931173571,
            "stop": 931173572
        },
        {
            "start": 931173574,
            "stop": 931173577
        },
        {
            "start": 931173578,
            "stop": 931173585
        },
        {
            "start": 931173588,
            "stop": 931173589
        },
        {
            "start": 931173590,
            "stop": 931173593
        },
        {
            "start": 931173594,
            "stop": 931173597
        },
        {
            "start": 931173598,
            "stop": 931173606
        },
        {
            "start": 931173608,
            "stop": 931173615
        },
        {
            "start": 931173616,
            "stop": 931173618
        }
    ]
}