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=5333
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=5334",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5332",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5333,
    "results": [
        {
            "start": 1136549069,
            "stop": 1136549336
        },
        {
            "start": 1136549340,
            "stop": 1136549409
        },
        {
            "start": 1136549410,
            "stop": 1136549459
        },
        {
            "start": 1136549461,
            "stop": 1136549773
        },
        {
            "start": 1136549775,
            "stop": 1136549857
        },
        {
            "start": 1136549859,
            "stop": 1136550097
        },
        {
            "start": 1136550099,
            "stop": 1136550246
        },
        {
            "start": 1136550248,
            "stop": 1136550267
        },
        {
            "start": 1136550269,
            "stop": 1136550346
        },
        {
            "start": 1136550348,
            "stop": 1136550461
        },
        {
            "start": 1136550463,
            "stop": 1136550472
        },
        {
            "start": 1136550474,
            "stop": 1136550571
        },
        {
            "start": 1136550573,
            "stop": 1136551215
        },
        {
            "start": 1136551217,
            "stop": 1136551312
        },
        {
            "start": 1136582472,
            "stop": 1136582858
        },
        {
            "start": 1136582860,
            "stop": 1136582979
        },
        {
            "start": 1136582981,
            "stop": 1136583125
        },
        {
            "start": 1136583127,
            "stop": 1136583128
        },
        {
            "start": 1136583389,
            "stop": 1136583531
        },
        {
            "start": 1136583533,
            "stop": 1136583544
        }
    ]
}