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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=707",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=705",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 706,
    "results": [
        {
            "start": 952248410,
            "stop": 952249420
        },
        {
            "start": 952249426,
            "stop": 952249544
        },
        {
            "start": 952249550,
            "stop": 952250599
        },
        {
            "start": 952250605,
            "stop": 952250613
        },
        {
            "start": 952250621,
            "stop": 952250860
        },
        {
            "start": 952251703,
            "stop": 952252574
        },
        {
            "start": 952252580,
            "stop": 952255534
        },
        {
            "start": 952255540,
            "stop": 952255776
        },
        {
            "start": 952255782,
            "stop": 952258528
        },
        {
            "start": 952258534,
            "stop": 952258615
        },
        {
            "start": 952258621,
            "stop": 952259473
        },
        {
            "start": 952259479,
            "stop": 952259756
        },
        {
            "start": 952259762,
            "stop": 952260276
        },
        {
            "start": 952260282,
            "stop": 952260516
        },
        {
            "start": 952260522,
            "stop": 952261151
        },
        {
            "start": 952261157,
            "stop": 952261783
        },
        {
            "start": 952261790,
            "stop": 952261941
        },
        {
            "start": 952267420,
            "stop": 952269394
        },
        {
            "start": 952273431,
            "stop": 952274553
        },
        {
            "start": 952274559,
            "stop": 952278846
        }
    ]
}