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=420
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=421",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=419",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 420,
    "results": [
        {
            "start": 1267596605,
            "stop": 1267596613
        },
        {
            "start": 1267596614,
            "stop": 1267596615
        },
        {
            "start": 1267596617,
            "stop": 1267596619
        },
        {
            "start": 1267596623,
            "stop": 1267596628
        },
        {
            "start": 1267596631,
            "stop": 1267596633
        },
        {
            "start": 1267596636,
            "stop": 1267596637
        },
        {
            "start": 1267596641,
            "stop": 1267596642
        },
        {
            "start": 1267596645,
            "stop": 1267596646
        },
        {
            "start": 1267596649,
            "stop": 1267596657
        },
        {
            "start": 1267596659,
            "stop": 1267598195
        },
        {
            "start": 1267598198,
            "stop": 1267598738
        },
        {
            "start": 1267598739,
            "stop": 1267598744
        },
        {
            "start": 1267598745,
            "stop": 1267598755
        },
        {
            "start": 1267598756,
            "stop": 1267598757
        },
        {
            "start": 1267598759,
            "stop": 1267598760
        },
        {
            "start": 1267598761,
            "stop": 1267598788
        },
        {
            "start": 1267598789,
            "stop": 1267598867
        },
        {
            "start": 1267598868,
            "stop": 1267598871
        },
        {
            "start": 1267598872,
            "stop": 1267598874
        },
        {
            "start": 1267598875,
            "stop": 1267598876
        }
    ]
}