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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=317",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 318,
    "results": [
        {
            "start": 1264903295,
            "stop": 1264903296
        },
        {
            "start": 1264903297,
            "stop": 1264906374
        },
        {
            "start": 1264906376,
            "stop": 1264906377
        },
        {
            "start": 1264906379,
            "stop": 1264906391
        },
        {
            "start": 1264906392,
            "stop": 1264907060
        },
        {
            "start": 1264907061,
            "stop": 1264907084
        },
        {
            "start": 1264907085,
            "stop": 1264907105
        },
        {
            "start": 1264907106,
            "stop": 1264907107
        },
        {
            "start": 1264907109,
            "stop": 1264907111
        },
        {
            "start": 1264907112,
            "stop": 1264907137
        },
        {
            "start": 1264907138,
            "stop": 1264907169
        },
        {
            "start": 1264907170,
            "stop": 1264907171
        },
        {
            "start": 1264907172,
            "stop": 1264907173
        },
        {
            "start": 1264907174,
            "stop": 1264907194
        },
        {
            "start": 1264907197,
            "stop": 1264907198
        },
        {
            "start": 1264907202,
            "stop": 1264907203
        },
        {
            "start": 1264907206,
            "stop": 1264907225
        },
        {
            "start": 1264907226,
            "stop": 1264907523
        },
        {
            "start": 1264907526,
            "stop": 1264907535
        },
        {
            "start": 1264907536,
            "stop": 1264907539
        }
    ]
}