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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=309",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 310,
    "results": [
        {
            "start": 821743748,
            "stop": 821743775
        },
        {
            "start": 821743778,
            "stop": 821743780
        },
        {
            "start": 821743783,
            "stop": 821743785
        },
        {
            "start": 821743792,
            "stop": 821743794
        },
        {
            "start": 821743799,
            "stop": 821743804
        },
        {
            "start": 821743810,
            "stop": 821743811
        },
        {
            "start": 821743814,
            "stop": 821743821
        },
        {
            "start": 821743824,
            "stop": 821743837
        },
        {
            "start": 821743840,
            "stop": 821743848
        },
        {
            "start": 821743851,
            "stop": 821743854
        },
        {
            "start": 821743857,
            "stop": 821743863
        },
        {
            "start": 821743868,
            "stop": 821743870
        },
        {
            "start": 821743876,
            "stop": 821743878
        },
        {
            "start": 821743881,
            "stop": 821743886
        },
        {
            "start": 821743889,
            "stop": 821743892
        },
        {
            "start": 821743895,
            "stop": 821743910
        },
        {
            "start": 821743915,
            "stop": 821743932
        },
        {
            "start": 821743938,
            "stop": 821743939
        },
        {
            "start": 821743942,
            "stop": 821743946
        },
        {
            "start": 821743949,
            "stop": 821743951
        }
    ]
}