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=5161
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=5162",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5160",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5161,
    "results": [
        {
            "start": 1136217228,
            "stop": 1136217312
        },
        {
            "start": 1136217314,
            "stop": 1136217331
        },
        {
            "start": 1136217333,
            "stop": 1136217663
        },
        {
            "start": 1136217665,
            "stop": 1136217669
        },
        {
            "start": 1136217671,
            "stop": 1136217768
        },
        {
            "start": 1136217770,
            "stop": 1136217781
        },
        {
            "start": 1136217783,
            "stop": 1136217804
        },
        {
            "start": 1136217806,
            "stop": 1136217895
        },
        {
            "start": 1136217899,
            "stop": 1136217924
        },
        {
            "start": 1136217926,
            "stop": 1136217981
        },
        {
            "start": 1136217983,
            "stop": 1136218081
        },
        {
            "start": 1136218083,
            "stop": 1136218095
        },
        {
            "start": 1136262730,
            "stop": 1136262732
        },
        {
            "start": 1136262734,
            "stop": 1136262750
        },
        {
            "start": 1136262752,
            "stop": 1136262754
        },
        {
            "start": 1136262756,
            "stop": 1136262776
        },
        {
            "start": 1136262778,
            "stop": 1136262795
        },
        {
            "start": 1136262797,
            "stop": 1136262834
        },
        {
            "start": 1136262836,
            "stop": 1136262845
        },
        {
            "start": 1136262847,
            "stop": 1136262870
        }
    ]
}