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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=54",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 55,
    "results": [
        {
            "start": 817147271,
            "stop": 817147273
        },
        {
            "start": 817167187,
            "stop": 817167188
        },
        {
            "start": 817167773,
            "stop": 817168453
        },
        {
            "start": 817168482,
            "stop": 817169915
        },
        {
            "start": 817169929,
            "stop": 817171100
        },
        {
            "start": 817171758,
            "stop": 817171759
        },
        {
            "start": 817198996,
            "stop": 817199123
        },
        {
            "start": 817199151,
            "stop": 817199285
        },
        {
            "start": 817199295,
            "stop": 817199348
        },
        {
            "start": 817199356,
            "stop": 817199577
        },
        {
            "start": 817199596,
            "stop": 817199626
        },
        {
            "start": 817199635,
            "stop": 817199670
        },
        {
            "start": 817200330,
            "stop": 817200845
        },
        {
            "start": 817200852,
            "stop": 817201552
        },
        {
            "start": 817201580,
            "stop": 817201858
        },
        {
            "start": 817201872,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817204600
        },
        {
            "start": 817204607,
            "stop": 817207258
        },
        {
            "start": 817223233,
            "stop": 817225013
        },
        {
            "start": 817225045,
            "stop": 817226084
        }
    ]
}