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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=117",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 118,
    "results": [
        {
            "start": 1264171426,
            "stop": 1264171429
        },
        {
            "start": 1264171431,
            "stop": 1264171432
        },
        {
            "start": 1264171433,
            "stop": 1264171463
        },
        {
            "start": 1264171465,
            "stop": 1264171489
        },
        {
            "start": 1264171491,
            "stop": 1264171497
        },
        {
            "start": 1264171499,
            "stop": 1264171507
        },
        {
            "start": 1264171509,
            "stop": 1264171532
        },
        {
            "start": 1264171533,
            "stop": 1264171536
        },
        {
            "start": 1264171537,
            "stop": 1264171539
        },
        {
            "start": 1264171543,
            "stop": 1264171544
        },
        {
            "start": 1264171547,
            "stop": 1264171550
        },
        {
            "start": 1264171552,
            "stop": 1264171566
        },
        {
            "start": 1264171568,
            "stop": 1264171569
        },
        {
            "start": 1264171575,
            "stop": 1264171621
        },
        {
            "start": 1264171623,
            "stop": 1264171628
        },
        {
            "start": 1264171630,
            "stop": 1264171716
        },
        {
            "start": 1264171718,
            "stop": 1264171812
        },
        {
            "start": 1264171815,
            "stop": 1264171819
        },
        {
            "start": 1264171822,
            "stop": 1264171828
        },
        {
            "start": 1264171829,
            "stop": 1264171833
        }
    ]
}