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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6899",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6900,
    "results": [
        {
            "start": 873469962,
            "stop": 873470010
        },
        {
            "start": 873470018,
            "stop": 873470045
        },
        {
            "start": 873470048,
            "stop": 873470064
        },
        {
            "start": 873470070,
            "stop": 873470072
        },
        {
            "start": 873470076,
            "stop": 873470138
        },
        {
            "start": 873470142,
            "stop": 873470151
        },
        {
            "start": 873470160,
            "stop": 873470229
        },
        {
            "start": 873470235,
            "stop": 873470848
        },
        {
            "start": 873470852,
            "stop": 873471399
        },
        {
            "start": 873471760,
            "stop": 873471981
        },
        {
            "start": 873471985,
            "stop": 873472128
        },
        {
            "start": 873472132,
            "stop": 873472133
        },
        {
            "start": 873472137,
            "stop": 873472303
        },
        {
            "start": 873473933,
            "stop": 873473943
        },
        {
            "start": 873473946,
            "stop": 873474257
        },
        {
            "start": 873474261,
            "stop": 873474385
        },
        {
            "start": 873474390,
            "stop": 873474618
        },
        {
            "start": 873474622,
            "stop": 873475082
        },
        {
            "start": 873475085,
            "stop": 873475221
        },
        {
            "start": 873475226,
            "stop": 873475264
        }
    ]
}