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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=245",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 246,
    "results": [
        {
            "start": 856127930,
            "stop": 856128159
        },
        {
            "start": 856128788,
            "stop": 856130982
        },
        {
            "start": 856131122,
            "stop": 856131676
        },
        {
            "start": 856132776,
            "stop": 856133254
        },
        {
            "start": 856134363,
            "stop": 856135482
        },
        {
            "start": 856136680,
            "stop": 856142825
        },
        {
            "start": 856143125,
            "stop": 856143263
        },
        {
            "start": 856143409,
            "stop": 856150033
        },
        {
            "start": 856150345,
            "stop": 856167208
        },
        {
            "start": 856167610,
            "stop": 856201755
        },
        {
            "start": 856202700,
            "stop": 856210350
        },
        {
            "start": 856210725,
            "stop": 856210737
        },
        {
            "start": 856211037,
            "stop": 856217996
        },
        {
            "start": 856218296,
            "stop": 856223833
        },
        {
            "start": 856224133,
            "stop": 856224287
        },
        {
            "start": 856224397,
            "stop": 856225568
        },
        {
            "start": 856225868,
            "stop": 856232867
        },
        {
            "start": 856233217,
            "stop": 856258807
        },
        {
            "start": 856259143,
            "stop": 856269652
        },
        {
            "start": 856269655,
            "stop": 856276782
        }
    ]
}