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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=158",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 159,
    "results": [
        {
            "start": 840838526,
            "stop": 840857942
        },
        {
            "start": 840859678,
            "stop": 840859801
        },
        {
            "start": 840860630,
            "stop": 840860710
        },
        {
            "start": 840860716,
            "stop": 840860813
        },
        {
            "start": 840860825,
            "stop": 840862074
        },
        {
            "start": 840862081,
            "stop": 840872254
        },
        {
            "start": 840875711,
            "stop": 840882645
        },
        {
            "start": 840883713,
            "stop": 840883995
        },
        {
            "start": 840884942,
            "stop": 840889753
        },
        {
            "start": 840889959,
            "stop": 840890021
        },
        {
            "start": 840891670,
            "stop": 840892094
        },
        {
            "start": 840892956,
            "stop": 840894994
        },
        {
            "start": 840895000,
            "stop": 840895007
        },
        {
            "start": 840924903,
            "stop": 840926472
        },
        {
            "start": 840930824,
            "stop": 840931173
        },
        {
            "start": 840931181,
            "stop": 840931191
        },
        {
            "start": 840931504,
            "stop": 840932042
        },
        {
            "start": 840932043,
            "stop": 840932197
        },
        {
            "start": 840932199,
            "stop": 840932202
        },
        {
            "start": 840932204,
            "stop": 840932216
        }
    ]
}