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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=247",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 248,
    "results": [
        {
            "start": 1239999850,
            "stop": 1239999934
        },
        {
            "start": 1239999938,
            "stop": 1239999969
        },
        {
            "start": 1239999970,
            "stop": 1240000039
        },
        {
            "start": 1240000044,
            "stop": 1240000069
        },
        {
            "start": 1240000070,
            "stop": 1240000209
        },
        {
            "start": 1240000210,
            "stop": 1240000326
        },
        {
            "start": 1240000335,
            "stop": 1240000347
        },
        {
            "start": 1240000352,
            "stop": 1240000403
        },
        {
            "start": 1240000407,
            "stop": 1240000449
        },
        {
            "start": 1240000450,
            "stop": 1240000481
        },
        {
            "start": 1240000486,
            "stop": 1240000506
        },
        {
            "start": 1240000511,
            "stop": 1240000529
        },
        {
            "start": 1240000532,
            "stop": 1240000569
        },
        {
            "start": 1240000570,
            "stop": 1240000604
        },
        {
            "start": 1240000609,
            "stop": 1240000621
        },
        {
            "start": 1240000626,
            "stop": 1240000653
        },
        {
            "start": 1240000658,
            "stop": 1240000665
        },
        {
            "start": 1240000670,
            "stop": 1240000689
        },
        {
            "start": 1240000690,
            "stop": 1240000707
        },
        {
            "start": 1240000711,
            "stop": 1240000731
        }
    ]
}