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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=195",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 196,
    "results": [
        {
            "start": 845813792,
            "stop": 845815980
        },
        {
            "start": 845816016,
            "stop": 845816538
        },
        {
            "start": 845966391,
            "stop": 845999772
        },
        {
            "start": 845999832,
            "stop": 846006335
        },
        {
            "start": 846006388,
            "stop": 846010511
        },
        {
            "start": 846010776,
            "stop": 846012576
        },
        {
            "start": 846012646,
            "stop": 846013022
        },
        {
            "start": 846013441,
            "stop": 846013443
        },
        {
            "start": 846013482,
            "stop": 846013762
        },
        {
            "start": 846014062,
            "stop": 846016460
        },
        {
            "start": 846016780,
            "stop": 846017722
        },
        {
            "start": 846049150,
            "stop": 846092302
        },
        {
            "start": 846092536,
            "stop": 846094370
        },
        {
            "start": 846094502,
            "stop": 846095279
        },
        {
            "start": 846098927,
            "stop": 846101668
        },
        {
            "start": 846101830,
            "stop": 846106610
        },
        {
            "start": 846107955,
            "stop": 846116759
        },
        {
            "start": 846117790,
            "stop": 846118495
        },
        {
            "start": 846119006,
            "stop": 846135855
        },
        {
            "start": 846136155,
            "stop": 846136899
        }
    ]
}