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=5231
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=5232",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5230",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5231,
    "results": [
        {
            "start": 1136365665,
            "stop": 1136365720
        },
        {
            "start": 1136365722,
            "stop": 1136365778
        },
        {
            "start": 1136365780,
            "stop": 1136365817
        },
        {
            "start": 1136365820,
            "stop": 1136365857
        },
        {
            "start": 1136365859,
            "stop": 1136365890
        },
        {
            "start": 1136365892,
            "stop": 1136365902
        },
        {
            "start": 1136365904,
            "stop": 1136365960
        },
        {
            "start": 1136365962,
            "stop": 1136366059
        },
        {
            "start": 1136366061,
            "stop": 1136366128
        },
        {
            "start": 1136366130,
            "stop": 1136366206
        },
        {
            "start": 1136366208,
            "stop": 1136366325
        },
        {
            "start": 1136366327,
            "stop": 1136366370
        },
        {
            "start": 1136366372,
            "stop": 1136366496
        },
        {
            "start": 1136366498,
            "stop": 1136366525
        },
        {
            "start": 1136366529,
            "stop": 1136366564
        },
        {
            "start": 1136366566,
            "stop": 1136366603
        },
        {
            "start": 1136366605,
            "stop": 1136366715
        },
        {
            "start": 1136366717,
            "stop": 1136366787
        },
        {
            "start": 1136366789,
            "stop": 1136367212
        },
        {
            "start": 1136367214,
            "stop": 1136367255
        }
    ]
}