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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=91",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 92,
    "results": [
        {
            "start": 821373127,
            "stop": 821373174
        },
        {
            "start": 821373177,
            "stop": 821373208
        },
        {
            "start": 821373211,
            "stop": 821373236
        },
        {
            "start": 821373239,
            "stop": 821373263
        },
        {
            "start": 821373266,
            "stop": 821373312
        },
        {
            "start": 821373315,
            "stop": 821373327
        },
        {
            "start": 821373330,
            "stop": 821373523
        },
        {
            "start": 821373526,
            "stop": 821373545
        },
        {
            "start": 821373548,
            "stop": 821373766
        },
        {
            "start": 821373769,
            "stop": 821373925
        },
        {
            "start": 821373928,
            "stop": 821374068
        },
        {
            "start": 821374071,
            "stop": 821374112
        },
        {
            "start": 821374115,
            "stop": 821374183
        },
        {
            "start": 821374186,
            "stop": 821374494
        },
        {
            "start": 821374497,
            "stop": 821377158
        },
        {
            "start": 821377159,
            "stop": 821384751
        },
        {
            "start": 821384754,
            "stop": 821385189
        },
        {
            "start": 821385190,
            "stop": 821385803
        },
        {
            "start": 821385806,
            "stop": 821385855
        },
        {
            "start": 821385858,
            "stop": 821385913
        }
    ]
}