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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=315",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 316,
    "results": [
        {
            "start": 1240212066,
            "stop": 1240212184
        },
        {
            "start": 1240212186,
            "stop": 1240212304
        },
        {
            "start": 1240212306,
            "stop": 1240212424
        },
        {
            "start": 1240212426,
            "stop": 1240212544
        },
        {
            "start": 1240212546,
            "stop": 1240212664
        },
        {
            "start": 1240212666,
            "stop": 1240212784
        },
        {
            "start": 1240212786,
            "stop": 1240212904
        },
        {
            "start": 1240212906,
            "stop": 1240213024
        },
        {
            "start": 1240213026,
            "stop": 1240213076
        },
        {
            "start": 1240213080,
            "stop": 1240213144
        },
        {
            "start": 1240213146,
            "stop": 1240213264
        },
        {
            "start": 1240213266,
            "stop": 1240213384
        },
        {
            "start": 1240213386,
            "stop": 1240213504
        },
        {
            "start": 1240213506,
            "stop": 1240213624
        },
        {
            "start": 1240213626,
            "stop": 1240213744
        },
        {
            "start": 1240213746,
            "stop": 1240213839
        },
        {
            "start": 1240213844,
            "stop": 1240213864
        },
        {
            "start": 1240213866,
            "stop": 1240213873
        },
        {
            "start": 1240213876,
            "stop": 1240213984
        },
        {
            "start": 1240213986,
            "stop": 1240214104
        }
    ]
}