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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=10",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 11,
    "results": [
        {
            "start": 1399902015,
            "stop": 1399904575
        },
        {
            "start": 1399904639,
            "stop": 1399905503
        },
        {
            "start": 1399905567,
            "stop": 1399905783
        },
        {
            "start": 1399905847,
            "stop": 1399906263
        },
        {
            "start": 1399906327,
            "stop": 1399907367
        },
        {
            "start": 1399907431,
            "stop": 1399910430
        },
        {
            "start": 1399922300,
            "stop": 1399923053
        },
        {
            "start": 1399923693,
            "stop": 1399926701
        },
        {
            "start": 1399926765,
            "stop": 1399927843
        },
        {
            "start": 1399927848,
            "stop": 1399928342
        },
        {
            "start": 1399928390,
            "stop": 1399929366
        },
        {
            "start": 1399929430,
            "stop": 1399929606
        },
        {
            "start": 1399929654,
            "stop": 1399946310
        },
        {
            "start": 1399946374,
            "stop": 1399948859
        },
        {
            "start": 1399949225,
            "stop": 1399951411
        },
        {
            "start": 1399993587,
            "stop": 1399996825
        },
        {
            "start": 1400004309,
            "stop": 1400006174
        },
        {
            "start": 1400006222,
            "stop": 1400009590
        },
        {
            "start": 1400009654,
            "stop": 1400010702
        },
        {
            "start": 1400010766,
            "stop": 1400012470
        }
    ]
}