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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=352",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 353,
    "results": [
        {
            "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": 1264171822,
            "stop": 1264171828
        },
        {
            "start": 1264171829,
            "stop": 1264171833
        },
        {
            "start": 1264171837,
            "stop": 1264171842
        },
        {
            "start": 1264171844,
            "stop": 1264171936
        },
        {
            "start": 1264171946,
            "stop": 1264171948
        }
    ]
}