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/S5/timelines/L1_CW_CAT1/segments?format=api&page=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=366",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 367,
    "results": [
        {
            "start": 872448609,
            "stop": 872452847
        },
        {
            "start": 872454941,
            "stop": 872458941
        },
        {
            "start": 872459346,
            "stop": 872464901
        },
        {
            "start": 872466386,
            "stop": 872496591
        },
        {
            "start": 872497895,
            "stop": 872509935
        },
        {
            "start": 872510352,
            "stop": 872511504
        },
        {
            "start": 872512397,
            "stop": 872513680
        },
        {
            "start": 872517687,
            "stop": 872519546
        },
        {
            "start": 872521211,
            "stop": 872521944
        },
        {
            "start": 872522151,
            "stop": 872524455
        },
        {
            "start": 872526610,
            "stop": 872527245
        },
        {
            "start": 872528542,
            "stop": 872529279
        },
        {
            "start": 872529414,
            "stop": 872530960
        },
        {
            "start": 872532451,
            "stop": 872533945
        },
        {
            "start": 872543851,
            "stop": 872543927
        },
        {
            "start": 872543941,
            "stop": 872545378
        },
        {
            "start": 872545888,
            "stop": 872545891
        },
        {
            "start": 872545921,
            "stop": 872547541
        },
        {
            "start": 872548025,
            "stop": 872557221
        },
        {
            "start": 872557238,
            "stop": 872563873
        }
    ]
}