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=401
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=402",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=400",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 401,
    "results": [
        {
            "start": 1267488071,
            "stop": 1267489102
        },
        {
            "start": 1267493646,
            "stop": 1267496398
        },
        {
            "start": 1267496399,
            "stop": 1267496446
        },
        {
            "start": 1267496447,
            "stop": 1267496448
        },
        {
            "start": 1267496449,
            "stop": 1267497186
        },
        {
            "start": 1267497187,
            "stop": 1267505484
        },
        {
            "start": 1267505486,
            "stop": 1267513755
        },
        {
            "start": 1267513756,
            "stop": 1267518707
        },
        {
            "start": 1267519404,
            "stop": 1267529285
        },
        {
            "start": 1267529287,
            "stop": 1267531708
        },
        {
            "start": 1267532228,
            "stop": 1267532945
        },
        {
            "start": 1267532946,
            "stop": 1267532949
        },
        {
            "start": 1267532953,
            "stop": 1267532954
        },
        {
            "start": 1267532956,
            "stop": 1267532957
        },
        {
            "start": 1267532958,
            "stop": 1267532959
        },
        {
            "start": 1267532967,
            "stop": 1267534631
        },
        {
            "start": 1267534634,
            "stop": 1267534635
        },
        {
            "start": 1267534640,
            "stop": 1267534644
        },
        {
            "start": 1267534650,
            "stop": 1267534659
        },
        {
            "start": 1267534669,
            "stop": 1267534674
        }
    ]
}