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=5324
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=5325",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5323",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5324,
    "results": [
        {
            "start": 1136529818,
            "stop": 1136529903
        },
        {
            "start": 1136529905,
            "stop": 1136530098
        },
        {
            "start": 1136530100,
            "stop": 1136530192
        },
        {
            "start": 1136530194,
            "stop": 1136530215
        },
        {
            "start": 1136530217,
            "stop": 1136530243
        },
        {
            "start": 1136530245,
            "stop": 1136530247
        },
        {
            "start": 1136530249,
            "stop": 1136530262
        },
        {
            "start": 1136530264,
            "stop": 1136530451
        },
        {
            "start": 1136530453,
            "stop": 1136530492
        },
        {
            "start": 1136530494,
            "stop": 1136530558
        },
        {
            "start": 1136530560,
            "stop": 1136530588
        },
        {
            "start": 1136530590,
            "stop": 1136530770
        },
        {
            "start": 1136530772,
            "stop": 1136530799
        },
        {
            "start": 1136530801,
            "stop": 1136530828
        },
        {
            "start": 1136530830,
            "stop": 1136530838
        },
        {
            "start": 1136530840,
            "stop": 1136530889
        },
        {
            "start": 1136530892,
            "stop": 1136530901
        },
        {
            "start": 1136530903,
            "stop": 1136530913
        },
        {
            "start": 1136530915,
            "stop": 1136530952
        },
        {
            "start": 1136530954,
            "stop": 1136530961
        }
    ]
}