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=437
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=438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=436",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 437,
    "results": [
        {
            "start": 857321086,
            "stop": 857340281
        },
        {
            "start": 857341893,
            "stop": 857342177
        },
        {
            "start": 857342994,
            "stop": 857368570
        },
        {
            "start": 857369137,
            "stop": 857376930
        },
        {
            "start": 857376932,
            "stop": 857376935
        },
        {
            "start": 857376937,
            "stop": 857378307
        },
        {
            "start": 857379981,
            "stop": 857391454
        },
        {
            "start": 857394092,
            "stop": 857402761
        },
        {
            "start": 857402762,
            "stop": 857402775
        },
        {
            "start": 857403796,
            "stop": 857404485
        },
        {
            "start": 857405550,
            "stop": 857406473
        },
        {
            "start": 857407408,
            "stop": 857409416
        },
        {
            "start": 857411146,
            "stop": 857427583
        },
        {
            "start": 857428725,
            "stop": 857436375
        },
        {
            "start": 857436378,
            "stop": 857460609
        },
        {
            "start": 857461945,
            "stop": 857473681
        },
        {
            "start": 857473951,
            "stop": 857477426
        },
        {
            "start": 857479603,
            "stop": 857482860
        },
        {
            "start": 857483979,
            "stop": 857484431
        },
        {
            "start": 857486033,
            "stop": 857488224
        }
    ]
}