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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=345",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 346,
    "results": [
        {
            "start": 1265012860,
            "stop": 1265012895
        },
        {
            "start": 1265012896,
            "stop": 1265012897
        },
        {
            "start": 1265012898,
            "stop": 1265012902
        },
        {
            "start": 1265012903,
            "stop": 1265012936
        },
        {
            "start": 1265012937,
            "stop": 1265012941
        },
        {
            "start": 1265012942,
            "stop": 1265012944
        },
        {
            "start": 1265012945,
            "stop": 1265012950
        },
        {
            "start": 1265012951,
            "stop": 1265013312
        },
        {
            "start": 1265013313,
            "stop": 1265013368
        },
        {
            "start": 1265013370,
            "stop": 1265013403
        },
        {
            "start": 1265013404,
            "stop": 1265013406
        },
        {
            "start": 1265013407,
            "stop": 1265013409
        },
        {
            "start": 1265013410,
            "stop": 1265013460
        },
        {
            "start": 1265013461,
            "stop": 1265013495
        },
        {
            "start": 1265013496,
            "stop": 1265013498
        },
        {
            "start": 1265013500,
            "stop": 1265013520
        },
        {
            "start": 1265013522,
            "stop": 1265013523
        },
        {
            "start": 1265013525,
            "stop": 1265013539
        },
        {
            "start": 1265013540,
            "stop": 1265013544
        },
        {
            "start": 1265013545,
            "stop": 1265013569
        }
    ]
}