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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=170",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 171,
    "results": [
        {
            "start": 838803958,
            "stop": 838816417
        },
        {
            "start": 838819436,
            "stop": 838831693
        },
        {
            "start": 838831706,
            "stop": 838831707
        },
        {
            "start": 838831985,
            "stop": 838839973
        },
        {
            "start": 838841413,
            "stop": 838847156
        },
        {
            "start": 838848013,
            "stop": 838850953
        },
        {
            "start": 838850999,
            "stop": 838851001
        },
        {
            "start": 838851133,
            "stop": 838851193
        },
        {
            "start": 838853202,
            "stop": 838854253
        },
        {
            "start": 838859713,
            "stop": 838865492
        },
        {
            "start": 838865784,
            "stop": 838866971
        },
        {
            "start": 838868653,
            "stop": 838869493
        },
        {
            "start": 838869511,
            "stop": 838869512
        },
        {
            "start": 838870533,
            "stop": 838885569
        },
        {
            "start": 838886353,
            "stop": 838888573
        },
        {
            "start": 838888609,
            "stop": 838888610
        },
        {
            "start": 838888758,
            "stop": 838900513
        },
        {
            "start": 838900533,
            "stop": 838900534
        },
        {
            "start": 838901585,
            "stop": 838905485
        },
        {
            "start": 838945244,
            "stop": 838947647
        }
    ]
}