Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1045
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=1046",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1044",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1045,
    "results": [
        {
            "start": 1252906983,
            "stop": 1252907036
        },
        {
            "start": 1252907040,
            "stop": 1252907228
        },
        {
            "start": 1252907231,
            "stop": 1252907292
        },
        {
            "start": 1252907297,
            "stop": 1252907336
        },
        {
            "start": 1252907341,
            "stop": 1252907355
        },
        {
            "start": 1252907359,
            "stop": 1252907686
        },
        {
            "start": 1252907690,
            "stop": 1252907995
        },
        {
            "start": 1252907998,
            "stop": 1252908048
        },
        {
            "start": 1252908051,
            "stop": 1252908321
        },
        {
            "start": 1252908325,
            "stop": 1252908622
        },
        {
            "start": 1252908626,
            "stop": 1252908670
        },
        {
            "start": 1252908672,
            "stop": 1252908901
        },
        {
            "start": 1252908904,
            "stop": 1252909054
        },
        {
            "start": 1252909058,
            "stop": 1252909090
        },
        {
            "start": 1252909093,
            "stop": 1252909203
        },
        {
            "start": 1252909207,
            "stop": 1252909696
        },
        {
            "start": 1252909699,
            "stop": 1252909835
        },
        {
            "start": 1252909838,
            "stop": 1252910391
        },
        {
            "start": 1252910394,
            "stop": 1252910510
        },
        {
            "start": 1252910512,
            "stop": 1252910643
        }
    ]
}