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=7975
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=7976",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7974",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7975,
    "results": [
        {
            "start": 970242174,
            "stop": 970242175
        },
        {
            "start": 970242181,
            "stop": 970242313
        },
        {
            "start": 970242316,
            "stop": 970242366
        },
        {
            "start": 970242369,
            "stop": 970242435
        },
        {
            "start": 970242438,
            "stop": 970242565
        },
        {
            "start": 970242569,
            "stop": 970242578
        },
        {
            "start": 970242581,
            "stop": 970242646
        },
        {
            "start": 970242658,
            "stop": 970242665
        },
        {
            "start": 970242679,
            "stop": 970242685
        },
        {
            "start": 970242707,
            "stop": 970242717
        },
        {
            "start": 970242728,
            "stop": 970242729
        },
        {
            "start": 970242732,
            "stop": 970242778
        },
        {
            "start": 970242781,
            "stop": 970242796
        },
        {
            "start": 970242802,
            "stop": 970242804
        },
        {
            "start": 970242808,
            "stop": 970242816
        },
        {
            "start": 970242821,
            "stop": 970242835
        },
        {
            "start": 970242846,
            "stop": 970243079
        },
        {
            "start": 970243082,
            "stop": 970243100
        },
        {
            "start": 970243127,
            "stop": 970243134
        },
        {
            "start": 970243184,
            "stop": 970243200
        }
    ]
}