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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=239",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 240,
    "results": [
        {
            "start": 934233389,
            "stop": 934233392
        },
        {
            "start": 934233397,
            "stop": 934233876
        },
        {
            "start": 934233883,
            "stop": 934234009
        },
        {
            "start": 934234014,
            "stop": 934234073
        },
        {
            "start": 934234078,
            "stop": 934234178
        },
        {
            "start": 934234183,
            "stop": 934234291
        },
        {
            "start": 934234294,
            "stop": 934236015
        },
        {
            "start": 934236255,
            "stop": 934237201
        },
        {
            "start": 934237204,
            "stop": 934238374
        },
        {
            "start": 934238376,
            "stop": 934238386
        },
        {
            "start": 934238389,
            "stop": 934238654
        },
        {
            "start": 934238659,
            "stop": 934238717
        },
        {
            "start": 934238719,
            "stop": 934239061
        },
        {
            "start": 934239064,
            "stop": 934239615
        },
        {
            "start": 934239855,
            "stop": 934240709
        },
        {
            "start": 934240829,
            "stop": 934241132
        },
        {
            "start": 934241134,
            "stop": 934243169
        },
        {
            "start": 934243455,
            "stop": 934243990
        },
        {
            "start": 934248569,
            "stop": 934248596
        },
        {
            "start": 934248602,
            "stop": 934248639
        }
    ]
}