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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 49,
    "results": [
        {
            "start": 1238192321,
            "stop": 1238192322
        },
        {
            "start": 1238192323,
            "stop": 1238192331
        },
        {
            "start": 1238192336,
            "stop": 1238192353
        },
        {
            "start": 1238192355,
            "stop": 1238192361
        },
        {
            "start": 1238192362,
            "stop": 1238192368
        },
        {
            "start": 1238192370,
            "stop": 1238192376
        },
        {
            "start": 1238192377,
            "stop": 1238192380
        },
        {
            "start": 1238192381,
            "stop": 1238192387
        },
        {
            "start": 1238192389,
            "stop": 1238192392
        },
        {
            "start": 1238192395,
            "stop": 1238192396
        },
        {
            "start": 1238192397,
            "stop": 1238192398
        },
        {
            "start": 1238192400,
            "stop": 1238192410
        },
        {
            "start": 1238192411,
            "stop": 1238192417
        },
        {
            "start": 1238192418,
            "stop": 1238192426
        },
        {
            "start": 1238192427,
            "stop": 1238192432
        },
        {
            "start": 1238192437,
            "stop": 1238192440
        },
        {
            "start": 1238192446,
            "stop": 1238192450
        },
        {
            "start": 1238192453,
            "stop": 1238192462
        },
        {
            "start": 1238192466,
            "stop": 1238192473
        },
        {
            "start": 1238192474,
            "stop": 1238192477
        }
    ]
}