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=5260
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=5261",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5259",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5260,
    "results": [
        {
            "start": 1136392406,
            "stop": 1136392426
        },
        {
            "start": 1136392428,
            "stop": 1136392435
        },
        {
            "start": 1136392437,
            "stop": 1136392438
        },
        {
            "start": 1136392440,
            "stop": 1136392471
        },
        {
            "start": 1136392473,
            "stop": 1136392478
        },
        {
            "start": 1136392480,
            "stop": 1136392485
        },
        {
            "start": 1136392489,
            "stop": 1136392540
        },
        {
            "start": 1136392542,
            "stop": 1136392553
        },
        {
            "start": 1136392555,
            "stop": 1136392563
        },
        {
            "start": 1136392565,
            "stop": 1136392574
        },
        {
            "start": 1136392576,
            "stop": 1136392580
        },
        {
            "start": 1136392582,
            "stop": 1136392593
        },
        {
            "start": 1136392595,
            "stop": 1136392604
        },
        {
            "start": 1136392606,
            "stop": 1136392631
        },
        {
            "start": 1136392633,
            "stop": 1136392636
        },
        {
            "start": 1136392637,
            "stop": 1136392677
        },
        {
            "start": 1136392679,
            "stop": 1136392691
        },
        {
            "start": 1136392693,
            "stop": 1136392746
        },
        {
            "start": 1136392748,
            "stop": 1136392755
        },
        {
            "start": 1136392757,
            "stop": 1136392761
        }
    ]
}