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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=152",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 153,
    "results": [
        {
            "start": 932293941,
            "stop": 932295615
        },
        {
            "start": 932295975,
            "stop": 932297019
        },
        {
            "start": 932297022,
            "stop": 932297034
        },
        {
            "start": 932297037,
            "stop": 932297049
        },
        {
            "start": 932297052,
            "stop": 932297065
        },
        {
            "start": 932297067,
            "stop": 932297633
        },
        {
            "start": 932297635,
            "stop": 932298604
        },
        {
            "start": 932298608,
            "stop": 932298615
        },
        {
            "start": 932298617,
            "stop": 932298619
        },
        {
            "start": 932298622,
            "stop": 932298629
        },
        {
            "start": 932298632,
            "stop": 932298634
        },
        {
            "start": 932298637,
            "stop": 932298644
        },
        {
            "start": 932298648,
            "stop": 932298649
        },
        {
            "start": 932298653,
            "stop": 932298660
        },
        {
            "start": 932298662,
            "stop": 932298664
        },
        {
            "start": 932298667,
            "stop": 932298675
        },
        {
            "start": 932298677,
            "stop": 932298680
        },
        {
            "start": 932298682,
            "stop": 932298689
        },
        {
            "start": 932298692,
            "stop": 932298709
        },
        {
            "start": 932298712,
            "stop": 932298720
        }
    ]
}