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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=317",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 318,
    "results": [
        {
            "start": 1248378463,
            "stop": 1248378481
        },
        {
            "start": 1248378489,
            "stop": 1248378494
        },
        {
            "start": 1248378500,
            "stop": 1248379290
        },
        {
            "start": 1248379292,
            "stop": 1248380086
        },
        {
            "start": 1248380087,
            "stop": 1248380088
        },
        {
            "start": 1248380099,
            "stop": 1248381198
        },
        {
            "start": 1248381199,
            "stop": 1248467787
        },
        {
            "start": 1248467853,
            "stop": 1248468556
        },
        {
            "start": 1248468561,
            "stop": 1248468564
        },
        {
            "start": 1248468568,
            "stop": 1248468607
        },
        {
            "start": 1248468701,
            "stop": 1248468732
        },
        {
            "start": 1248468736,
            "stop": 1248468738
        },
        {
            "start": 1248468740,
            "stop": 1248468867
        },
        {
            "start": 1248468868,
            "stop": 1248469177
        },
        {
            "start": 1248469178,
            "stop": 1248469538
        },
        {
            "start": 1248469539,
            "stop": 1248469547
        },
        {
            "start": 1248469549,
            "stop": 1248469822
        },
        {
            "start": 1248469824,
            "stop": 1248469833
        },
        {
            "start": 1248469834,
            "stop": 1248469851
        },
        {
            "start": 1248469853,
            "stop": 1248469866
        }
    ]
}