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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=224",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 225,
    "results": [
        {
            "start": 1239939671,
            "stop": 1239939692
        },
        {
            "start": 1239939696,
            "stop": 1239939790
        },
        {
            "start": 1239939791,
            "stop": 1239939910
        },
        {
            "start": 1239939911,
            "stop": 1239940030
        },
        {
            "start": 1239940031,
            "stop": 1239940150
        },
        {
            "start": 1239940151,
            "stop": 1239940270
        },
        {
            "start": 1239940271,
            "stop": 1239940309
        },
        {
            "start": 1239940314,
            "stop": 1239940390
        },
        {
            "start": 1239940391,
            "stop": 1239940510
        },
        {
            "start": 1239940511,
            "stop": 1239940630
        },
        {
            "start": 1239940631,
            "stop": 1239940750
        },
        {
            "start": 1239940751,
            "stop": 1239940850
        },
        {
            "start": 1239940851,
            "stop": 1239940990
        },
        {
            "start": 1239940991,
            "stop": 1239941110
        },
        {
            "start": 1239941111,
            "stop": 1239941230
        },
        {
            "start": 1239941231,
            "stop": 1239941350
        },
        {
            "start": 1239941351,
            "stop": 1239941470
        },
        {
            "start": 1239941471,
            "stop": 1239941590
        },
        {
            "start": 1239941591,
            "stop": 1239941710
        },
        {
            "start": 1239941711,
            "stop": 1239941830
        }
    ]
}