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_CAT2/segments?format=api&page=171
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=170",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 171,
    "results": [
        {
            "start": 1264367453,
            "stop": 1264367507
        },
        {
            "start": 1264367512,
            "stop": 1264367622
        },
        {
            "start": 1264367625,
            "stop": 1264367675
        },
        {
            "start": 1264367678,
            "stop": 1264367860
        },
        {
            "start": 1264367863,
            "stop": 1264367879
        },
        {
            "start": 1264367882,
            "stop": 1264367887
        },
        {
            "start": 1264367890,
            "stop": 1264367905
        },
        {
            "start": 1264367908,
            "stop": 1264368008
        },
        {
            "start": 1264368012,
            "stop": 1264368035
        },
        {
            "start": 1264368040,
            "stop": 1264368044
        },
        {
            "start": 1264368047,
            "stop": 1264368105
        },
        {
            "start": 1264368107,
            "stop": 1264368122
        },
        {
            "start": 1264368124,
            "stop": 1264368164
        },
        {
            "start": 1264368166,
            "stop": 1264368400
        },
        {
            "start": 1264368402,
            "stop": 1264368408
        },
        {
            "start": 1264368410,
            "stop": 1264368417
        },
        {
            "start": 1264368421,
            "stop": 1264368497
        },
        {
            "start": 1264368499,
            "stop": 1264368545
        },
        {
            "start": 1264368548,
            "stop": 1264368554
        },
        {
            "start": 1264368556,
            "stop": 1264368562
        }
    ]
}