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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=130",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 131,
    "results": [
        {
            "start": 838472448,
            "stop": 838475559
        },
        {
            "start": 838477548,
            "stop": 838479531
        },
        {
            "start": 838500236,
            "stop": 838503934
        },
        {
            "start": 838505097,
            "stop": 838511487
        },
        {
            "start": 838517567,
            "stop": 838543160
        },
        {
            "start": 838545004,
            "stop": 838552569
        },
        {
            "start": 838552657,
            "stop": 838559834
        },
        {
            "start": 838560743,
            "stop": 838561546
        },
        {
            "start": 838569978,
            "stop": 838571837
        },
        {
            "start": 838575193,
            "stop": 838577099
        },
        {
            "start": 838578904,
            "stop": 838579695
        },
        {
            "start": 838582862,
            "stop": 838583975
        },
        {
            "start": 838587280,
            "stop": 838588682
        },
        {
            "start": 838589546,
            "stop": 838600921
        },
        {
            "start": 838603970,
            "stop": 838605179
        },
        {
            "start": 838605765,
            "stop": 838607785
        },
        {
            "start": 838608792,
            "stop": 838609681
        },
        {
            "start": 838610527,
            "stop": 838610816
        },
        {
            "start": 838612496,
            "stop": 838615059
        },
        {
            "start": 838616951,
            "stop": 838618509
        }
    ]
}