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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33223",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33224,
    "results": [
        {
            "start": 970969299,
            "stop": 970969346
        },
        {
            "start": 970969347,
            "stop": 970969435
        },
        {
            "start": 970969436,
            "stop": 970969484
        },
        {
            "start": 970969487,
            "stop": 970969664
        },
        {
            "start": 970969667,
            "stop": 970969705
        },
        {
            "start": 970969706,
            "stop": 970969734
        },
        {
            "start": 970969735,
            "stop": 970969740
        },
        {
            "start": 970969742,
            "stop": 970969812
        },
        {
            "start": 970969813,
            "stop": 970969933
        },
        {
            "start": 970969934,
            "stop": 970970115
        },
        {
            "start": 970970118,
            "stop": 970970120
        },
        {
            "start": 970970123,
            "stop": 970970148
        },
        {
            "start": 970970151,
            "stop": 970970274
        },
        {
            "start": 970970275,
            "stop": 970970301
        },
        {
            "start": 970970304,
            "stop": 970970410
        },
        {
            "start": 970970411,
            "stop": 970970443
        },
        {
            "start": 970970444,
            "stop": 970970490
        },
        {
            "start": 970970491,
            "stop": 970970594
        },
        {
            "start": 970970595,
            "stop": 970970674
        },
        {
            "start": 970970675,
            "stop": 970970695
        }
    ]
}