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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=171",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 172,
    "results": [
        {
            "start": 1177881048,
            "stop": 1177881056
        },
        {
            "start": 1177881058,
            "stop": 1177881066
        },
        {
            "start": 1177881069,
            "stop": 1177881176
        },
        {
            "start": 1177881180,
            "stop": 1177881469
        },
        {
            "start": 1177881475,
            "stop": 1177881481
        },
        {
            "start": 1177881485,
            "stop": 1177881542
        },
        {
            "start": 1177881545,
            "stop": 1177881553
        },
        {
            "start": 1177881558,
            "stop": 1177881563
        },
        {
            "start": 1177881569,
            "stop": 1177881573
        },
        {
            "start": 1177881580,
            "stop": 1177881584
        },
        {
            "start": 1177881590,
            "stop": 1177881596
        },
        {
            "start": 1177881597,
            "stop": 1177881627
        },
        {
            "start": 1177881633,
            "stop": 1177881638
        },
        {
            "start": 1177881642,
            "stop": 1177881753
        },
        {
            "start": 1177881757,
            "stop": 1177881762
        },
        {
            "start": 1177881768,
            "stop": 1177881849
        },
        {
            "start": 1177881855,
            "stop": 1177881862
        },
        {
            "start": 1177881866,
            "stop": 1177881876
        },
        {
            "start": 1177881881,
            "stop": 1177881886
        },
        {
            "start": 1177881892,
            "stop": 1177881897
        }
    ]
}