Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=670
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=671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=669",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 670,
    "results": [
        {
            "start": 858765510,
            "stop": 858765570
        },
        {
            "start": 858765630,
            "stop": 858765690
        },
        {
            "start": 858765750,
            "stop": 858765999
        },
        {
            "start": 858766511,
            "stop": 858766650
        },
        {
            "start": 858766830,
            "stop": 858767070
        },
        {
            "start": 858767130,
            "stop": 858767250
        },
        {
            "start": 858767310,
            "stop": 858767610
        },
        {
            "start": 858767670,
            "stop": 858767730
        },
        {
            "start": 858767790,
            "stop": 858776785
        },
        {
            "start": 858777410,
            "stop": 858783390
        },
        {
            "start": 858783450,
            "stop": 858783570
        },
        {
            "start": 858783630,
            "stop": 858783930
        },
        {
            "start": 858784050,
            "stop": 858784350
        },
        {
            "start": 858784530,
            "stop": 858784650
        },
        {
            "start": 858792268,
            "stop": 858792449
        },
        {
            "start": 858793100,
            "stop": 858797910
        },
        {
            "start": 858800052,
            "stop": 858801213
        },
        {
            "start": 858801231,
            "stop": 858803970
        },
        {
            "start": 858804090,
            "stop": 858805110
        },
        {
            "start": 858810836,
            "stop": 858810930
        }
    ]
}