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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2088",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2089,
    "results": [
        {
            "start": 871389840,
            "stop": 871392563
        },
        {
            "start": 871392580,
            "stop": 871393111
        },
        {
            "start": 871405256,
            "stop": 871406245
        },
        {
            "start": 871406264,
            "stop": 871406721
        },
        {
            "start": 871407786,
            "stop": 871412098
        },
        {
            "start": 871412115,
            "stop": 871412419
        },
        {
            "start": 871412436,
            "stop": 871413300
        },
        {
            "start": 871413422,
            "stop": 871415221
        },
        {
            "start": 871432857,
            "stop": 871432858
        },
        {
            "start": 871432875,
            "stop": 871433132
        },
        {
            "start": 871433150,
            "stop": 871438381
        },
        {
            "start": 871438621,
            "stop": 871441710
        },
        {
            "start": 871446178,
            "stop": 871449372
        },
        {
            "start": 871449473,
            "stop": 871459216
        },
        {
            "start": 871459447,
            "stop": 871459678
        },
        {
            "start": 871459695,
            "stop": 871459875
        },
        {
            "start": 871459892,
            "stop": 871459987
        },
        {
            "start": 871460006,
            "stop": 871460070
        },
        {
            "start": 871461158,
            "stop": 871467420
        },
        {
            "start": 871467480,
            "stop": 871472280
        }
    ]
}