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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 268,
    "results": [
        {
            "start": 1240082828,
            "stop": 1240082947
        },
        {
            "start": 1240082948,
            "stop": 1240083067
        },
        {
            "start": 1240083068,
            "stop": 1240083187
        },
        {
            "start": 1240083188,
            "stop": 1240083307
        },
        {
            "start": 1240083308,
            "stop": 1240083427
        },
        {
            "start": 1240083428,
            "stop": 1240083547
        },
        {
            "start": 1240083548,
            "stop": 1240083667
        },
        {
            "start": 1240083668,
            "stop": 1240083787
        },
        {
            "start": 1240083788,
            "stop": 1240083907
        },
        {
            "start": 1240083908,
            "stop": 1240084027
        },
        {
            "start": 1240084028,
            "stop": 1240084147
        },
        {
            "start": 1240084148,
            "stop": 1240084249
        },
        {
            "start": 1240084252,
            "stop": 1240084267
        },
        {
            "start": 1240084268,
            "stop": 1240084383
        },
        {
            "start": 1240084385,
            "stop": 1240084390
        },
        {
            "start": 1240084393,
            "stop": 1240084507
        },
        {
            "start": 1240084508,
            "stop": 1240084627
        },
        {
            "start": 1240084628,
            "stop": 1240084747
        },
        {
            "start": 1240084748,
            "stop": 1240084867
        },
        {
            "start": 1240084868,
            "stop": 1240084987
        }
    ]
}