Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=22",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 23,
    "results": [
        {
            "start": 1165585725,
            "stop": 1165586875
        },
        {
            "start": 1165586876,
            "stop": 1165589944
        },
        {
            "start": 1165589945,
            "stop": 1165591465
        },
        {
            "start": 1165593872,
            "stop": 1165594445
        },
        {
            "start": 1165597230,
            "stop": 1165598115
        },
        {
            "start": 1165603224,
            "stop": 1165603370
        },
        {
            "start": 1165603371,
            "stop": 1165603557
        },
        {
            "start": 1165603559,
            "stop": 1165603723
        },
        {
            "start": 1165605234,
            "stop": 1165610163
        },
        {
            "start": 1165618019,
            "stop": 1165624794
        },
        {
            "start": 1165626216,
            "stop": 1165645269
        },
        {
            "start": 1165654829,
            "stop": 1165671634
        },
        {
            "start": 1165702041,
            "stop": 1165702622
        },
        {
            "start": 1165703032,
            "stop": 1165715194
        },
        {
            "start": 1165715238,
            "stop": 1165717873
        },
        {
            "start": 1165727470,
            "stop": 1165727751
        },
        {
            "start": 1165727752,
            "stop": 1165728096
        },
        {
            "start": 1165728097,
            "stop": 1165728122
        },
        {
            "start": 1165728123,
            "stop": 1165728493
        },
        {
            "start": 1165728659,
            "stop": 1165729091
        }
    ]
}