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=2266
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=2267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2265",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2266,
    "results": [
        {
            "start": 873467206,
            "stop": 873467211
        },
        {
            "start": 873467254,
            "stop": 873467264
        },
        {
            "start": 873467285,
            "stop": 873467291
        },
        {
            "start": 873467333,
            "stop": 873467596
        },
        {
            "start": 873467613,
            "stop": 873467625
        },
        {
            "start": 873467642,
            "stop": 873467749
        },
        {
            "start": 873467766,
            "stop": 873467776
        },
        {
            "start": 873467796,
            "stop": 873467918
        },
        {
            "start": 873469468,
            "stop": 873471392
        },
        {
            "start": 873471760,
            "stop": 873472414
        },
        {
            "start": 873473933,
            "stop": 873481140
        },
        {
            "start": 873481200,
            "stop": 873482043
        },
        {
            "start": 873482060,
            "stop": 873486900
        },
        {
            "start": 873487877,
            "stop": 873487926
        },
        {
            "start": 873487943,
            "stop": 873489129
        },
        {
            "start": 873489146,
            "stop": 873489849
        },
        {
            "start": 873489866,
            "stop": 873489870
        },
        {
            "start": 873489887,
            "stop": 873491133
        },
        {
            "start": 873491157,
            "stop": 873493560
        },
        {
            "start": 873493620,
            "stop": 873493720
        }
    ]
}