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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=785",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=783",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 784,
    "results": [
        {
            "start": 957508346,
            "stop": 957508445
        },
        {
            "start": 957508451,
            "stop": 957508567
        },
        {
            "start": 957508573,
            "stop": 957508752
        },
        {
            "start": 957508758,
            "stop": 957508821
        },
        {
            "start": 957508831,
            "stop": 957508916
        },
        {
            "start": 957508922,
            "stop": 957509199
        },
        {
            "start": 957509205,
            "stop": 957509429
        },
        {
            "start": 957509435,
            "stop": 957509446
        },
        {
            "start": 957509452,
            "stop": 957509477
        },
        {
            "start": 957509483,
            "stop": 957509772
        },
        {
            "start": 957509778,
            "stop": 957509784
        },
        {
            "start": 957509790,
            "stop": 957510273
        },
        {
            "start": 957510278,
            "stop": 957510395
        },
        {
            "start": 957510400,
            "stop": 957510734
        },
        {
            "start": 957510740,
            "stop": 957510859
        },
        {
            "start": 957510865,
            "stop": 957511216
        },
        {
            "start": 957511223,
            "stop": 957511500
        },
        {
            "start": 957511506,
            "stop": 957511762
        },
        {
            "start": 957511768,
            "stop": 957512087
        },
        {
            "start": 957512093,
            "stop": 957512210
        }
    ]
}