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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 253,
    "results": [
        {
            "start": 1240023130,
            "stop": 1240023246
        },
        {
            "start": 1240023247,
            "stop": 1240023368
        },
        {
            "start": 1240023370,
            "stop": 1240023488
        },
        {
            "start": 1240023490,
            "stop": 1240023608
        },
        {
            "start": 1240023610,
            "stop": 1240023728
        },
        {
            "start": 1240023730,
            "stop": 1240023848
        },
        {
            "start": 1240023850,
            "stop": 1240023885
        },
        {
            "start": 1240027904,
            "stop": 1240027928
        },
        {
            "start": 1240027930,
            "stop": 1240028048
        },
        {
            "start": 1240028050,
            "stop": 1240028144
        },
        {
            "start": 1240028265,
            "stop": 1240028288
        },
        {
            "start": 1240028290,
            "stop": 1240028321
        },
        {
            "start": 1240029030,
            "stop": 1240029128
        },
        {
            "start": 1240029129,
            "stop": 1240029248
        },
        {
            "start": 1240029249,
            "stop": 1240029368
        },
        {
            "start": 1240029369,
            "stop": 1240029488
        },
        {
            "start": 1240029489,
            "stop": 1240029588
        },
        {
            "start": 1240029589,
            "stop": 1240029728
        },
        {
            "start": 1240029729,
            "stop": 1240029848
        },
        {
            "start": 1240029849,
            "stop": 1240029968
        }
    ]
}