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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4762",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4760",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4761,
    "results": [
        {
            "start": 970298070,
            "stop": 970298390
        },
        {
            "start": 970298393,
            "stop": 970298602
        },
        {
            "start": 970298605,
            "stop": 970298893
        },
        {
            "start": 970298896,
            "stop": 970298947
        },
        {
            "start": 970298950,
            "stop": 970299292
        },
        {
            "start": 970299295,
            "stop": 970299500
        },
        {
            "start": 970299503,
            "stop": 970300285
        },
        {
            "start": 970300288,
            "stop": 970301041
        },
        {
            "start": 970301045,
            "stop": 970301623
        },
        {
            "start": 970301626,
            "stop": 970301830
        },
        {
            "start": 970301833,
            "stop": 970302135
        },
        {
            "start": 970302138,
            "stop": 970302241
        },
        {
            "start": 970302244,
            "stop": 970303006
        },
        {
            "start": 970303009,
            "stop": 970303591
        },
        {
            "start": 970303594,
            "stop": 970303644
        },
        {
            "start": 970303647,
            "stop": 970303689
        },
        {
            "start": 970303692,
            "stop": 970303964
        },
        {
            "start": 970303967,
            "stop": 970304002
        },
        {
            "start": 970304005,
            "stop": 970304172
        },
        {
            "start": 970304175,
            "stop": 970304386
        }
    ]
}