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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5110",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5108",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5109,
    "results": [
        {
            "start": 1136980882,
            "stop": 1136980901
        },
        {
            "start": 1136980903,
            "stop": 1136980925
        },
        {
            "start": 1136980927,
            "stop": 1136980936
        },
        {
            "start": 1136980938,
            "stop": 1136980947
        },
        {
            "start": 1136980949,
            "stop": 1136980959
        },
        {
            "start": 1136980961,
            "stop": 1136980970
        },
        {
            "start": 1136980972,
            "stop": 1136980981
        },
        {
            "start": 1136980983,
            "stop": 1136980994
        },
        {
            "start": 1136980996,
            "stop": 1136981005
        },
        {
            "start": 1136981007,
            "stop": 1136981040
        },
        {
            "start": 1136981042,
            "stop": 1136981063
        },
        {
            "start": 1136981064,
            "stop": 1136981113
        },
        {
            "start": 1136981115,
            "stop": 1136981169
        },
        {
            "start": 1136981171,
            "stop": 1136981190
        },
        {
            "start": 1136981192,
            "stop": 1136981248
        },
        {
            "start": 1136981250,
            "stop": 1136981288
        },
        {
            "start": 1136981290,
            "stop": 1136981306
        },
        {
            "start": 1136981309,
            "stop": 1136981313
        },
        {
            "start": 1136981315,
            "stop": 1136981329
        },
        {
            "start": 1136981331,
            "stop": 1136981392
        }
    ]
}