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=5309
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=5310",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5308",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5309,
    "results": [
        {
            "start": 1136496472,
            "stop": 1136496484
        },
        {
            "start": 1136496486,
            "stop": 1136496517
        },
        {
            "start": 1136496519,
            "stop": 1136496641
        },
        {
            "start": 1136496643,
            "stop": 1136496689
        },
        {
            "start": 1136496691,
            "stop": 1136496831
        },
        {
            "start": 1136496833,
            "stop": 1136496841
        },
        {
            "start": 1136496843,
            "stop": 1136496866
        },
        {
            "start": 1136496868,
            "stop": 1136496929
        },
        {
            "start": 1136496931,
            "stop": 1136496942
        },
        {
            "start": 1136496944,
            "stop": 1136497030
        },
        {
            "start": 1136497032,
            "stop": 1136497114
        },
        {
            "start": 1136497116,
            "stop": 1136497165
        },
        {
            "start": 1136497167,
            "stop": 1136497203
        },
        {
            "start": 1136497205,
            "stop": 1136497230
        },
        {
            "start": 1136497232,
            "stop": 1136497268
        },
        {
            "start": 1136497270,
            "stop": 1136497334
        },
        {
            "start": 1136497336,
            "stop": 1136497360
        },
        {
            "start": 1136497362,
            "stop": 1136497433
        },
        {
            "start": 1136498548,
            "stop": 1136498565
        },
        {
            "start": 1136498567,
            "stop": 1136498614
        }
    ]
}