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=400
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=401",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=399",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 400,
    "results": [
        {
            "start": 1267451738,
            "stop": 1267451739
        },
        {
            "start": 1267451740,
            "stop": 1267451742
        },
        {
            "start": 1267451745,
            "stop": 1267451775
        },
        {
            "start": 1267451780,
            "stop": 1267451794
        },
        {
            "start": 1267451796,
            "stop": 1267463322
        },
        {
            "start": 1267463323,
            "stop": 1267464604
        },
        {
            "start": 1267464606,
            "stop": 1267467360
        },
        {
            "start": 1267467371,
            "stop": 1267467382
        },
        {
            "start": 1267467385,
            "stop": 1267467386
        },
        {
            "start": 1267467390,
            "stop": 1267467393
        },
        {
            "start": 1267467395,
            "stop": 1267467398
        },
        {
            "start": 1267467400,
            "stop": 1267467913
        },
        {
            "start": 1267467914,
            "stop": 1267472742
        },
        {
            "start": 1267472743,
            "stop": 1267472983
        },
        {
            "start": 1267472984,
            "stop": 1267473140
        },
        {
            "start": 1267473141,
            "stop": 1267474700
        },
        {
            "start": 1267474702,
            "stop": 1267474707
        },
        {
            "start": 1267474708,
            "stop": 1267482815
        },
        {
            "start": 1267482816,
            "stop": 1267483764
        },
        {
            "start": 1267483765,
            "stop": 1267488069
        }
    ]
}