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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=144",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 145,
    "results": [
        {
            "start": 1264330348,
            "stop": 1264330350
        },
        {
            "start": 1264330352,
            "stop": 1264330354
        },
        {
            "start": 1264330355,
            "stop": 1264330356
        },
        {
            "start": 1264330361,
            "stop": 1264330378
        },
        {
            "start": 1264330379,
            "stop": 1264330381
        },
        {
            "start": 1264330382,
            "stop": 1264330384
        },
        {
            "start": 1264330385,
            "stop": 1264330386
        },
        {
            "start": 1264330387,
            "stop": 1264330389
        },
        {
            "start": 1264330390,
            "stop": 1264330391
        },
        {
            "start": 1264330393,
            "stop": 1264330394
        },
        {
            "start": 1264330396,
            "stop": 1264330398
        },
        {
            "start": 1264330403,
            "stop": 1264330406
        },
        {
            "start": 1264330407,
            "stop": 1264330940
        },
        {
            "start": 1264330941,
            "stop": 1264331378
        },
        {
            "start": 1264331382,
            "stop": 1264331384
        },
        {
            "start": 1264331386,
            "stop": 1264331387
        },
        {
            "start": 1264331389,
            "stop": 1264331395
        },
        {
            "start": 1264331396,
            "stop": 1264331400
        },
        {
            "start": 1264331404,
            "stop": 1264331405
        },
        {
            "start": 1264331406,
            "stop": 1264331410
        }
    ]
}