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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=45",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 46,
    "results": [
        {
            "start": 1238192369,
            "stop": 1238192380
        },
        {
            "start": 1238192381,
            "stop": 1238192387
        },
        {
            "start": 1238192388,
            "stop": 1238192393
        },
        {
            "start": 1238192395,
            "stop": 1238192396
        },
        {
            "start": 1238192397,
            "stop": 1238192398
        },
        {
            "start": 1238192399,
            "stop": 1238192410
        },
        {
            "start": 1238192411,
            "stop": 1238192417
        },
        {
            "start": 1238192418,
            "stop": 1238192426
        },
        {
            "start": 1238192427,
            "stop": 1238192432
        },
        {
            "start": 1238192436,
            "stop": 1238192440
        },
        {
            "start": 1238192445,
            "stop": 1238192450
        },
        {
            "start": 1238192453,
            "stop": 1238192462
        },
        {
            "start": 1238192466,
            "stop": 1238192473
        },
        {
            "start": 1238192474,
            "stop": 1238192477
        },
        {
            "start": 1238192480,
            "stop": 1238192486
        },
        {
            "start": 1238192487,
            "stop": 1238192495
        },
        {
            "start": 1238192496,
            "stop": 1238192499
        },
        {
            "start": 1238192500,
            "stop": 1238192505
        },
        {
            "start": 1238192507,
            "stop": 1238192513
        },
        {
            "start": 1238192514,
            "stop": 1238192519
        }
    ]
}