Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2163
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2162",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2163,
    "results": [
        {
            "start": 872397573,
            "stop": 872397636
        },
        {
            "start": 872397655,
            "stop": 872397657
        },
        {
            "start": 872397676,
            "stop": 872399189
        },
        {
            "start": 872399208,
            "stop": 872399210
        },
        {
            "start": 872399229,
            "stop": 872401348
        },
        {
            "start": 872401373,
            "stop": 872403107
        },
        {
            "start": 872403126,
            "stop": 872403183
        },
        {
            "start": 872403184,
            "stop": 872403727
        },
        {
            "start": 872403746,
            "stop": 872403833
        },
        {
            "start": 872403852,
            "stop": 872404007
        },
        {
            "start": 872404026,
            "stop": 872404186
        },
        {
            "start": 872404205,
            "stop": 872404294
        },
        {
            "start": 872404325,
            "stop": 872404341
        },
        {
            "start": 872404375,
            "stop": 872404612
        },
        {
            "start": 872404631,
            "stop": 872404937
        },
        {
            "start": 872404956,
            "stop": 872405086
        },
        {
            "start": 872405105,
            "stop": 872405570
        },
        {
            "start": 872405589,
            "stop": 872408837
        },
        {
            "start": 872408856,
            "stop": 872410345
        },
        {
            "start": 872411684,
            "stop": 872412057
        }
    ]
}