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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=15",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 16,
    "results": [
        {
            "start": 1238186386,
            "stop": 1238186387
        },
        {
            "start": 1238186388,
            "stop": 1238186403
        },
        {
            "start": 1238186404,
            "stop": 1238186433
        },
        {
            "start": 1238186434,
            "stop": 1238186467
        },
        {
            "start": 1238186468,
            "stop": 1238187269
        },
        {
            "start": 1238187271,
            "stop": 1238187281
        },
        {
            "start": 1238187283,
            "stop": 1238187387
        },
        {
            "start": 1238187389,
            "stop": 1238187416
        },
        {
            "start": 1238187419,
            "stop": 1238187430
        },
        {
            "start": 1238187431,
            "stop": 1238187449
        },
        {
            "start": 1238187450,
            "stop": 1238187464
        },
        {
            "start": 1238187471,
            "stop": 1238187483
        },
        {
            "start": 1238187484,
            "stop": 1238187498
        },
        {
            "start": 1238187501,
            "stop": 1238187506
        },
        {
            "start": 1238187508,
            "stop": 1238187514
        },
        {
            "start": 1238187516,
            "stop": 1238187526
        },
        {
            "start": 1238187527,
            "stop": 1238187529
        },
        {
            "start": 1238187531,
            "stop": 1238187537
        },
        {
            "start": 1238187539,
            "stop": 1238187553
        },
        {
            "start": 1238187556,
            "stop": 1238187571
        }
    ]
}