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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=309",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 310,
    "results": [
        {
            "start": 1247872340,
            "stop": 1247872341
        },
        {
            "start": 1247872342,
            "stop": 1247872353
        },
        {
            "start": 1247872358,
            "stop": 1247872359
        },
        {
            "start": 1247872360,
            "stop": 1247872362
        },
        {
            "start": 1247872365,
            "stop": 1247872394
        },
        {
            "start": 1247872400,
            "stop": 1247872406
        },
        {
            "start": 1247872409,
            "stop": 1247872410
        },
        {
            "start": 1247872415,
            "stop": 1247872432
        },
        {
            "start": 1247872437,
            "stop": 1247872438
        },
        {
            "start": 1247872439,
            "stop": 1247872464
        },
        {
            "start": 1247872468,
            "stop": 1247872476
        },
        {
            "start": 1247872478,
            "stop": 1247872498
        },
        {
            "start": 1247872503,
            "stop": 1247872509
        },
        {
            "start": 1247872510,
            "stop": 1247872521
        },
        {
            "start": 1247872522,
            "stop": 1247872526
        },
        {
            "start": 1247872530,
            "stop": 1247872533
        },
        {
            "start": 1247872535,
            "stop": 1247872563
        },
        {
            "start": 1247872564,
            "stop": 1247872604
        },
        {
            "start": 1247872606,
            "stop": 1247872692
        },
        {
            "start": 1247872693,
            "stop": 1247872712
        }
    ]
}