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=5207
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=5208",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5206",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5207,
    "results": [
        {
            "start": 1136283540,
            "stop": 1136283596
        },
        {
            "start": 1136283598,
            "stop": 1136283609
        },
        {
            "start": 1136283611,
            "stop": 1136283630
        },
        {
            "start": 1136283632,
            "stop": 1136283645
        },
        {
            "start": 1136283647,
            "stop": 1136283660
        },
        {
            "start": 1136283662,
            "stop": 1136283664
        },
        {
            "start": 1136283666,
            "stop": 1136283698
        },
        {
            "start": 1136283700,
            "stop": 1136283785
        },
        {
            "start": 1136283787,
            "stop": 1136283800
        },
        {
            "start": 1136283802,
            "stop": 1136283809
        },
        {
            "start": 1136283811,
            "stop": 1136283817
        },
        {
            "start": 1136283819,
            "stop": 1136283858
        },
        {
            "start": 1136283860,
            "stop": 1136283862
        },
        {
            "start": 1136283864,
            "stop": 1136283896
        },
        {
            "start": 1136283898,
            "stop": 1136283899
        },
        {
            "start": 1136283901,
            "stop": 1136283953
        },
        {
            "start": 1136283955,
            "stop": 1136283979
        },
        {
            "start": 1136283981,
            "stop": 1136284006
        },
        {
            "start": 1136284008,
            "stop": 1136284021
        },
        {
            "start": 1136284023,
            "stop": 1136284048
        }
    ]
}