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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=441",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 442,
    "results": [
        {
            "start": 827212636,
            "stop": 827212843
        },
        {
            "start": 827212850,
            "stop": 827212871
        },
        {
            "start": 827212878,
            "stop": 827213004
        },
        {
            "start": 827213011,
            "stop": 827213016
        },
        {
            "start": 827213025,
            "stop": 827213042
        },
        {
            "start": 827213052,
            "stop": 827213076
        },
        {
            "start": 827213089,
            "stop": 827213233
        },
        {
            "start": 827213240,
            "stop": 827213321
        },
        {
            "start": 827213328,
            "stop": 827213383
        },
        {
            "start": 827213393,
            "stop": 827213810
        },
        {
            "start": 827213820,
            "stop": 827213859
        },
        {
            "start": 827213869,
            "stop": 827213897
        },
        {
            "start": 827213904,
            "stop": 827213915
        },
        {
            "start": 827213922,
            "stop": 827214207
        },
        {
            "start": 827214214,
            "stop": 827214997
        },
        {
            "start": 827215004,
            "stop": 827215213
        },
        {
            "start": 827215223,
            "stop": 827215612
        },
        {
            "start": 827215622,
            "stop": 827215623
        },
        {
            "start": 827215631,
            "stop": 827215803
        },
        {
            "start": 827215810,
            "stop": 827215820
        }
    ]
}