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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5131",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5129",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5130,
    "results": [
        {
            "start": 1135972414,
            "stop": 1135973046
        },
        {
            "start": 1135973048,
            "stop": 1135973433
        },
        {
            "start": 1135973435,
            "stop": 1135973606
        },
        {
            "start": 1135973608,
            "stop": 1135973781
        },
        {
            "start": 1135973783,
            "stop": 1135973854
        },
        {
            "start": 1135973856,
            "stop": 1135974077
        },
        {
            "start": 1135974079,
            "stop": 1135974211
        },
        {
            "start": 1135974213,
            "stop": 1135974376
        },
        {
            "start": 1135974378,
            "stop": 1135974819
        },
        {
            "start": 1135974821,
            "stop": 1135975083
        },
        {
            "start": 1135975085,
            "stop": 1135975177
        },
        {
            "start": 1135975179,
            "stop": 1135975273
        },
        {
            "start": 1135975275,
            "stop": 1135975696
        },
        {
            "start": 1135975698,
            "stop": 1135975892
        },
        {
            "start": 1135975894,
            "stop": 1135976220
        },
        {
            "start": 1135976222,
            "stop": 1135976473
        },
        {
            "start": 1135976475,
            "stop": 1135976840
        },
        {
            "start": 1135976842,
            "stop": 1135977027
        },
        {
            "start": 1135977029,
            "stop": 1135977070
        },
        {
            "start": 1135977072,
            "stop": 1135977183
        }
    ]
}