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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=133",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 134,
    "results": [
        {
            "start": 931949457,
            "stop": 931950015
        },
        {
            "start": 931950375,
            "stop": 931950593
        },
        {
            "start": 931950596,
            "stop": 931951208
        },
        {
            "start": 931951211,
            "stop": 931951314
        },
        {
            "start": 931951316,
            "stop": 931951529
        },
        {
            "start": 931951534,
            "stop": 931952628
        },
        {
            "start": 931952633,
            "stop": 931952784
        },
        {
            "start": 931952786,
            "stop": 931952900
        },
        {
            "start": 931952905,
            "stop": 931952997
        },
        {
            "start": 931955113,
            "stop": 931955124
        },
        {
            "start": 931955135,
            "stop": 931955145
        },
        {
            "start": 931955146,
            "stop": 931955186
        },
        {
            "start": 931955191,
            "stop": 931956084
        },
        {
            "start": 931972859,
            "stop": 931973544
        },
        {
            "start": 931973546,
            "stop": 931975215
        },
        {
            "start": 931975575,
            "stop": 931976366
        },
        {
            "start": 931976369,
            "stop": 931976373
        },
        {
            "start": 931976375,
            "stop": 931978815
        },
        {
            "start": 931979175,
            "stop": 931979323
        },
        {
            "start": 931983901,
            "stop": 931984624
        }
    ]
}