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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=308",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 309,
    "results": [
        {
            "start": 935583553,
            "stop": 935585020
        },
        {
            "start": 935585024,
            "stop": 935586012
        },
        {
            "start": 935586014,
            "stop": 935586015
        },
        {
            "start": 935586195,
            "stop": 935586420
        },
        {
            "start": 935589327,
            "stop": 935589615
        },
        {
            "start": 935589795,
            "stop": 935589898
        },
        {
            "start": 935589900,
            "stop": 935592853
        },
        {
            "start": 935592855,
            "stop": 935593215
        },
        {
            "start": 935593395,
            "stop": 935594008
        },
        {
            "start": 935594068,
            "stop": 935595358
        },
        {
            "start": 935595362,
            "stop": 935595717
        },
        {
            "start": 935595719,
            "stop": 935596169
        },
        {
            "start": 935596171,
            "stop": 935596288
        },
        {
            "start": 935596291,
            "stop": 935596791
        },
        {
            "start": 935598275,
            "stop": 935598538
        },
        {
            "start": 935598541,
            "stop": 935598598
        },
        {
            "start": 935598600,
            "stop": 935598946
        },
        {
            "start": 935598948,
            "stop": 935599573
        },
        {
            "start": 935599576,
            "stop": 935599648
        },
        {
            "start": 935599650,
            "stop": 935600415
        }
    ]
}