Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=40
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=39",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 40,
    "results": [
        {
            "start": 1238190926,
            "stop": 1238190934
        },
        {
            "start": 1238190935,
            "stop": 1238190938
        },
        {
            "start": 1238190940,
            "stop": 1238190944
        },
        {
            "start": 1238190945,
            "stop": 1238190951
        },
        {
            "start": 1238190952,
            "stop": 1238190954
        },
        {
            "start": 1238190956,
            "stop": 1238190963
        },
        {
            "start": 1238190965,
            "stop": 1238190968
        },
        {
            "start": 1238190970,
            "stop": 1238190973
        },
        {
            "start": 1238190974,
            "stop": 1238190984
        },
        {
            "start": 1238190985,
            "stop": 1238190992
        },
        {
            "start": 1238190994,
            "stop": 1238190999
        },
        {
            "start": 1238191015,
            "stop": 1238191023
        },
        {
            "start": 1238191027,
            "stop": 1238191028
        },
        {
            "start": 1238191030,
            "stop": 1238191035
        },
        {
            "start": 1238191041,
            "stop": 1238191045
        },
        {
            "start": 1238191052,
            "stop": 1238191053
        },
        {
            "start": 1238191060,
            "stop": 1238191062
        },
        {
            "start": 1238191067,
            "stop": 1238191073
        },
        {
            "start": 1238191075,
            "stop": 1238191076
        },
        {
            "start": 1238191081,
            "stop": 1238191084
        }
    ]
}