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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7980",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7978",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7979,
    "results": [
        {
            "start": 970246521,
            "stop": 970246536
        },
        {
            "start": 970246539,
            "stop": 970246540
        },
        {
            "start": 970246545,
            "stop": 970246566
        },
        {
            "start": 970246577,
            "stop": 970246579
        },
        {
            "start": 970246614,
            "stop": 970246615
        },
        {
            "start": 970246636,
            "stop": 970246688
        },
        {
            "start": 970246691,
            "stop": 970246740
        },
        {
            "start": 970246744,
            "stop": 970246852
        },
        {
            "start": 970246889,
            "stop": 970246890
        },
        {
            "start": 970246904,
            "stop": 970246912
        },
        {
            "start": 970246915,
            "stop": 970246968
        },
        {
            "start": 970246971,
            "stop": 970246972
        },
        {
            "start": 970246975,
            "stop": 970247112
        },
        {
            "start": 970247115,
            "stop": 970247216
        },
        {
            "start": 970247220,
            "stop": 970247231
        },
        {
            "start": 970247234,
            "stop": 970247390
        },
        {
            "start": 970247393,
            "stop": 970247395
        },
        {
            "start": 970247477,
            "stop": 970247479
        },
        {
            "start": 970247512,
            "stop": 970247518
        },
        {
            "start": 970247533,
            "stop": 970247541
        }
    ]
}