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=939
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=940",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=938",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 939,
    "results": [
        {
            "start": 1251624382,
            "stop": 1251624595
        },
        {
            "start": 1251624600,
            "stop": 1251625378
        },
        {
            "start": 1251625381,
            "stop": 1251625513
        },
        {
            "start": 1251625518,
            "stop": 1251626068
        },
        {
            "start": 1251626073,
            "stop": 1251626588
        },
        {
            "start": 1251626592,
            "stop": 1251627209
        },
        {
            "start": 1251627214,
            "stop": 1251627800
        },
        {
            "start": 1251627803,
            "stop": 1251628253
        },
        {
            "start": 1251628257,
            "stop": 1251628576
        },
        {
            "start": 1251628581,
            "stop": 1251628662
        },
        {
            "start": 1251628666,
            "stop": 1251628774
        },
        {
            "start": 1251628779,
            "stop": 1251628814
        },
        {
            "start": 1251628818,
            "stop": 1251628846
        },
        {
            "start": 1251628855,
            "stop": 1251628990
        },
        {
            "start": 1251628994,
            "stop": 1251629281
        },
        {
            "start": 1251629283,
            "stop": 1251629506
        },
        {
            "start": 1251629511,
            "stop": 1251629748
        },
        {
            "start": 1251629753,
            "stop": 1251629799
        },
        {
            "start": 1251629803,
            "stop": 1251629866
        },
        {
            "start": 1251629871,
            "stop": 1251629925
        }
    ]
}