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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8796",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8797,
    "results": [
        {
            "start": 872399229,
            "stop": 872401002
        },
        {
            "start": 872401019,
            "stop": 872401348
        },
        {
            "start": 872401373,
            "stop": 872402155
        },
        {
            "start": 872402172,
            "stop": 872403107
        },
        {
            "start": 872403126,
            "stop": 872403183
        },
        {
            "start": 872403184,
            "stop": 872403244
        },
        {
            "start": 872403261,
            "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": 872405682
        },
        {
            "start": 872405699,
            "stop": 872405705
        },
        {
            "start": 872405722,
            "stop": 872406214
        },
        {
            "start": 872406231,
            "stop": 872407899
        }
    ]
}