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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=19",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 20,
    "results": [
        {
            "start": 818160753,
            "stop": 818161274
        },
        {
            "start": 818167494,
            "stop": 818167525
        },
        {
            "start": 818167526,
            "stop": 818168382
        },
        {
            "start": 818168384,
            "stop": 818168403
        },
        {
            "start": 818168405,
            "stop": 818169998
        },
        {
            "start": 818205685,
            "stop": 818206907
        },
        {
            "start": 818206909,
            "stop": 818208570
        },
        {
            "start": 818208572,
            "stop": 818226268
        },
        {
            "start": 818229819,
            "stop": 818234089
        },
        {
            "start": 818234465,
            "stop": 818239508
        },
        {
            "start": 818239521,
            "stop": 818239678
        },
        {
            "start": 818240975,
            "stop": 818242454
        },
        {
            "start": 818242600,
            "stop": 818244351
        },
        {
            "start": 818244353,
            "stop": 818245137
        },
        {
            "start": 818245878,
            "stop": 818248182
        },
        {
            "start": 818248370,
            "stop": 818258405
        },
        {
            "start": 818258579,
            "stop": 818259564
        },
        {
            "start": 818259568,
            "stop": 818259625
        },
        {
            "start": 818264053,
            "stop": 818265113
        },
        {
            "start": 818265678,
            "stop": 818266303
        }
    ]
}