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/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=202
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 202,
    "results": [
        {
            "start": 1375278611,
            "stop": 1375278902
        },
        {
            "start": 1375278904,
            "stop": 1375279429
        },
        {
            "start": 1375279431,
            "stop": 1375280678
        },
        {
            "start": 1375280680,
            "stop": 1375281200
        },
        {
            "start": 1375281202,
            "stop": 1375281535
        },
        {
            "start": 1375285532,
            "stop": 1375287077
        },
        {
            "start": 1375287079,
            "stop": 1375287611
        },
        {
            "start": 1375287612,
            "stop": 1375290235
        },
        {
            "start": 1375290236,
            "stop": 1375294085
        },
        {
            "start": 1375294086,
            "stop": 1375296252
        },
        {
            "start": 1375296254,
            "stop": 1375296752
        },
        {
            "start": 1375296754,
            "stop": 1375298147
        },
        {
            "start": 1375298149,
            "stop": 1375299348
        },
        {
            "start": 1375306828,
            "stop": 1375307349
        },
        {
            "start": 1375307351,
            "stop": 1375308195
        },
        {
            "start": 1375308196,
            "stop": 1375309029
        },
        {
            "start": 1375309031,
            "stop": 1375309306
        },
        {
            "start": 1375309309,
            "stop": 1375310272
        },
        {
            "start": 1375310274,
            "stop": 1375312227
        },
        {
            "start": 1375312229,
            "stop": 1375312809
        }
    ]
}