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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=244",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 245,
    "results": [
        {
            "start": 1264404293,
            "stop": 1264404297
        },
        {
            "start": 1264404299,
            "stop": 1264404304
        },
        {
            "start": 1264404306,
            "stop": 1264404342
        },
        {
            "start": 1264404344,
            "stop": 1264404379
        },
        {
            "start": 1264404381,
            "stop": 1264404387
        },
        {
            "start": 1264404389,
            "stop": 1264404394
        },
        {
            "start": 1264404396,
            "stop": 1264404443
        },
        {
            "start": 1264404444,
            "stop": 1264404445
        },
        {
            "start": 1264404446,
            "stop": 1264404522
        },
        {
            "start": 1264404524,
            "stop": 1264404603
        },
        {
            "start": 1264404605,
            "stop": 1264404702
        },
        {
            "start": 1264404705,
            "stop": 1264404710
        },
        {
            "start": 1264404712,
            "stop": 1264404717
        },
        {
            "start": 1264404719,
            "stop": 1264404726
        },
        {
            "start": 1264404728,
            "stop": 1264404817
        },
        {
            "start": 1264404818,
            "stop": 1264404819
        },
        {
            "start": 1264404820,
            "stop": 1264404826
        },
        {
            "start": 1264404828,
            "stop": 1264404857
        },
        {
            "start": 1264404860,
            "stop": 1264404968
        },
        {
            "start": 1264404971,
            "stop": 1264405030
        }
    ]
}