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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8086",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8084",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8085,
    "results": [
        {
            "start": 970602440,
            "stop": 970602467
        },
        {
            "start": 970602470,
            "stop": 970602477
        },
        {
            "start": 970602480,
            "stop": 970602498
        },
        {
            "start": 970602501,
            "stop": 970602531
        },
        {
            "start": 970602534,
            "stop": 970602554
        },
        {
            "start": 970602557,
            "stop": 970602562
        },
        {
            "start": 970602565,
            "stop": 970602574
        },
        {
            "start": 970602577,
            "stop": 970602604
        },
        {
            "start": 970602607,
            "stop": 970602638
        },
        {
            "start": 970602641,
            "stop": 970602651
        },
        {
            "start": 970602654,
            "stop": 970602709
        },
        {
            "start": 970602712,
            "stop": 970602718
        },
        {
            "start": 970602721,
            "stop": 970602728
        },
        {
            "start": 970602731,
            "stop": 970602745
        },
        {
            "start": 970602748,
            "stop": 970602778
        },
        {
            "start": 970602781,
            "stop": 970602794
        },
        {
            "start": 970602797,
            "stop": 970602810
        },
        {
            "start": 970602813,
            "stop": 970602827
        },
        {
            "start": 970602830,
            "stop": 970602847
        },
        {
            "start": 970602850,
            "stop": 970602863
        }
    ]
}