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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=223",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 224,
    "results": [
        {
            "start": 1239937631,
            "stop": 1239937742
        },
        {
            "start": 1239937746,
            "stop": 1239937750
        },
        {
            "start": 1239937751,
            "stop": 1239937870
        },
        {
            "start": 1239937871,
            "stop": 1239937990
        },
        {
            "start": 1239937991,
            "stop": 1239938110
        },
        {
            "start": 1239938111,
            "stop": 1239938230
        },
        {
            "start": 1239938231,
            "stop": 1239938350
        },
        {
            "start": 1239938351,
            "stop": 1239938369
        },
        {
            "start": 1239938374,
            "stop": 1239938470
        },
        {
            "start": 1239938471,
            "stop": 1239938590
        },
        {
            "start": 1239938591,
            "stop": 1239938710
        },
        {
            "start": 1239938711,
            "stop": 1239938830
        },
        {
            "start": 1239938831,
            "stop": 1239938950
        },
        {
            "start": 1239938951,
            "stop": 1239939070
        },
        {
            "start": 1239939071,
            "stop": 1239939190
        },
        {
            "start": 1239939191,
            "stop": 1239939310
        },
        {
            "start": 1239939311,
            "stop": 1239939362
        },
        {
            "start": 1239939366,
            "stop": 1239939430
        },
        {
            "start": 1239939431,
            "stop": 1239939550
        },
        {
            "start": 1239939551,
            "stop": 1239939670
        }
    ]
}