Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=276
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=275",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 276,
    "results": [
        {
            "start": 1264709336,
            "stop": 1264709338
        },
        {
            "start": 1264709339,
            "stop": 1264709342
        },
        {
            "start": 1264709343,
            "stop": 1264709378
        },
        {
            "start": 1264709379,
            "stop": 1264709396
        },
        {
            "start": 1264709398,
            "stop": 1264709531
        },
        {
            "start": 1264709532,
            "stop": 1264709548
        },
        {
            "start": 1264709549,
            "stop": 1264709745
        },
        {
            "start": 1264709749,
            "stop": 1264709750
        },
        {
            "start": 1264709751,
            "stop": 1264719642
        },
        {
            "start": 1264719643,
            "stop": 1264719646
        },
        {
            "start": 1264719647,
            "stop": 1264719648
        },
        {
            "start": 1264719649,
            "stop": 1264719650
        },
        {
            "start": 1264719652,
            "stop": 1264719656
        },
        {
            "start": 1264719657,
            "stop": 1264719661
        },
        {
            "start": 1264719662,
            "stop": 1264719687
        },
        {
            "start": 1264719688,
            "stop": 1264719802
        },
        {
            "start": 1264719804,
            "stop": 1264719805
        },
        {
            "start": 1264719810,
            "stop": 1264719813
        },
        {
            "start": 1264719816,
            "stop": 1264719819
        },
        {
            "start": 1264719823,
            "stop": 1264719824
        }
    ]
}