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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=353",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 354,
    "results": [
        {
            "start": 1265022971,
            "stop": 1265023053
        },
        {
            "start": 1265023055,
            "stop": 1265023219
        },
        {
            "start": 1265023220,
            "stop": 1265023366
        },
        {
            "start": 1265023367,
            "stop": 1265024404
        },
        {
            "start": 1265024412,
            "stop": 1265024414
        },
        {
            "start": 1265024415,
            "stop": 1265024449
        },
        {
            "start": 1265024451,
            "stop": 1265024679
        },
        {
            "start": 1265024680,
            "stop": 1265024685
        },
        {
            "start": 1265024686,
            "stop": 1265024694
        },
        {
            "start": 1265024695,
            "stop": 1265024697
        },
        {
            "start": 1265024698,
            "stop": 1265024706
        },
        {
            "start": 1265024708,
            "stop": 1265025128
        },
        {
            "start": 1265046699,
            "stop": 1265046776
        },
        {
            "start": 1265046777,
            "stop": 1265046949
        },
        {
            "start": 1265047349,
            "stop": 1265048032
        },
        {
            "start": 1265048033,
            "stop": 1265048271
        },
        {
            "start": 1265048272,
            "stop": 1265048305
        },
        {
            "start": 1265048306,
            "stop": 1265048314
        },
        {
            "start": 1265048315,
            "stop": 1265048597
        },
        {
            "start": 1265048598,
            "stop": 1265048891
        }
    ]
}