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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=116",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 117,
    "results": [
        {
            "start": 831695889,
            "stop": 831695908
        },
        {
            "start": 831699245,
            "stop": 831699253
        },
        {
            "start": 831699709,
            "stop": 831699883
        },
        {
            "start": 831700183,
            "stop": 831703185
        },
        {
            "start": 831703186,
            "stop": 831705252
        },
        {
            "start": 831708098,
            "stop": 831742829
        },
        {
            "start": 831744067,
            "stop": 831747218
        },
        {
            "start": 831747551,
            "stop": 831764916
        },
        {
            "start": 831767151,
            "stop": 831790842
        },
        {
            "start": 831790952,
            "stop": 831790989
        },
        {
            "start": 831791289,
            "stop": 831811678
        },
        {
            "start": 831818677,
            "stop": 831826866
        },
        {
            "start": 831846383,
            "stop": 831848907
        },
        {
            "start": 831849017,
            "stop": 831849044
        },
        {
            "start": 831849344,
            "stop": 831850435
        },
        {
            "start": 831850545,
            "stop": 831851079
        },
        {
            "start": 831851379,
            "stop": 831851404
        },
        {
            "start": 831853538,
            "stop": 831871249
        },
        {
            "start": 831871359,
            "stop": 831872043
        },
        {
            "start": 831872343,
            "stop": 831872358
        }
    ]
}