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=5110
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=5111",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5109",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5110,
    "results": [
        {
            "start": 1135889003,
            "stop": 1135889021
        },
        {
            "start": 1135889023,
            "stop": 1135889033
        },
        {
            "start": 1135889035,
            "stop": 1135889038
        },
        {
            "start": 1135889040,
            "stop": 1135889093
        },
        {
            "start": 1135889095,
            "stop": 1135889128
        },
        {
            "start": 1135889130,
            "stop": 1135889136
        },
        {
            "start": 1135889138,
            "stop": 1135889140
        },
        {
            "start": 1135889142,
            "stop": 1135889171
        },
        {
            "start": 1135889173,
            "stop": 1135889181
        },
        {
            "start": 1135889183,
            "stop": 1135889224
        },
        {
            "start": 1135889226,
            "stop": 1135889234
        },
        {
            "start": 1135889236,
            "stop": 1135889238
        },
        {
            "start": 1135889240,
            "stop": 1135889242
        },
        {
            "start": 1135889244,
            "stop": 1135889269
        },
        {
            "start": 1135889271,
            "stop": 1135889299
        },
        {
            "start": 1135889301,
            "stop": 1135889305
        },
        {
            "start": 1135889307,
            "stop": 1135889309
        },
        {
            "start": 1135889311,
            "stop": 1135889315
        },
        {
            "start": 1135889317,
            "stop": 1135889323
        },
        {
            "start": 1135889325,
            "stop": 1135889356
        }
    ]
}