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=5134
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=5135",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5133",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5134,
    "results": [
        {
            "start": 1135984200,
            "stop": 1135984684
        },
        {
            "start": 1135984686,
            "stop": 1135985543
        },
        {
            "start": 1135985545,
            "stop": 1135985655
        },
        {
            "start": 1135985657,
            "stop": 1135985669
        },
        {
            "start": 1135985671,
            "stop": 1135985672
        },
        {
            "start": 1135985674,
            "stop": 1135985790
        },
        {
            "start": 1135985792,
            "stop": 1135985844
        },
        {
            "start": 1135985846,
            "stop": 1135985897
        },
        {
            "start": 1135985899,
            "stop": 1135985952
        },
        {
            "start": 1135985954,
            "stop": 1135985965
        },
        {
            "start": 1135985967,
            "stop": 1135986053
        },
        {
            "start": 1135986055,
            "stop": 1135986189
        },
        {
            "start": 1135986191,
            "stop": 1135986280
        },
        {
            "start": 1135986282,
            "stop": 1135986513
        },
        {
            "start": 1135986515,
            "stop": 1135987350
        },
        {
            "start": 1135987352,
            "stop": 1135987651
        },
        {
            "start": 1135987653,
            "stop": 1135987881
        },
        {
            "start": 1135987883,
            "stop": 1135987889
        },
        {
            "start": 1135987891,
            "stop": 1135987994
        },
        {
            "start": 1135987996,
            "stop": 1135989392
        }
    ]
}