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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=105",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 106,
    "results": [
        {
            "start": 965971585,
            "stop": 965984648
        },
        {
            "start": 965984827,
            "stop": 965991899
        },
        {
            "start": 965992451,
            "stop": 965995632
        },
        {
            "start": 965997338,
            "stop": 966023265
        },
        {
            "start": 966047120,
            "stop": 966048722
        },
        {
            "start": 966055558,
            "stop": 966080594
        },
        {
            "start": 966082620,
            "stop": 966092446
        },
        {
            "start": 966119231,
            "stop": 966136208
        },
        {
            "start": 966138174,
            "stop": 966184901
        },
        {
            "start": 966194457,
            "stop": 966196243
        },
        {
            "start": 966198259,
            "stop": 966216644
        },
        {
            "start": 966217200,
            "stop": 966286861
        },
        {
            "start": 966305401,
            "stop": 966308408
        },
        {
            "start": 966311909,
            "stop": 966365089
        },
        {
            "start": 966369221,
            "stop": 966371328
        },
        {
            "start": 966388140,
            "stop": 966414854
        },
        {
            "start": 966416641,
            "stop": 966437768
        },
        {
            "start": 966441389,
            "stop": 966457125
        },
        {
            "start": 966460486,
            "stop": 966467673
        },
        {
            "start": 966471228,
            "stop": 966490656
        }
    ]
}