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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=14",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 15,
    "results": [
        {
            "start": 1238185786,
            "stop": 1238185804
        },
        {
            "start": 1238185805,
            "stop": 1238185821
        },
        {
            "start": 1238185822,
            "stop": 1238185837
        },
        {
            "start": 1238185838,
            "stop": 1238185852
        },
        {
            "start": 1238185854,
            "stop": 1238185900
        },
        {
            "start": 1238185901,
            "stop": 1238185917
        },
        {
            "start": 1238185918,
            "stop": 1238185931
        },
        {
            "start": 1238185932,
            "stop": 1238185945
        },
        {
            "start": 1238185946,
            "stop": 1238185963
        },
        {
            "start": 1238185964,
            "stop": 1238185981
        },
        {
            "start": 1238185982,
            "stop": 1238185997
        },
        {
            "start": 1238185998,
            "stop": 1238186014
        },
        {
            "start": 1238186015,
            "stop": 1238186060
        },
        {
            "start": 1238186061,
            "stop": 1238186201
        },
        {
            "start": 1238186202,
            "stop": 1238186280
        },
        {
            "start": 1238186281,
            "stop": 1238186297
        },
        {
            "start": 1238186298,
            "stop": 1238186309
        },
        {
            "start": 1238186311,
            "stop": 1238186339
        },
        {
            "start": 1238186340,
            "stop": 1238186355
        },
        {
            "start": 1238186357,
            "stop": 1238186385
        }
    ]
}