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=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=398",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 399,
    "results": [
        {
            "start": 1267396583,
            "stop": 1267396595
        },
        {
            "start": 1267396596,
            "stop": 1267396635
        },
        {
            "start": 1267396637,
            "stop": 1267396707
        },
        {
            "start": 1267396708,
            "stop": 1267396977
        },
        {
            "start": 1267396978,
            "stop": 1267397652
        },
        {
            "start": 1267404266,
            "stop": 1267406052
        },
        {
            "start": 1267406053,
            "stop": 1267406331
        },
        {
            "start": 1267406332,
            "stop": 1267431416
        },
        {
            "start": 1267431417,
            "stop": 1267445028
        },
        {
            "start": 1267445030,
            "stop": 1267445031
        },
        {
            "start": 1267445035,
            "stop": 1267445036
        },
        {
            "start": 1267445037,
            "stop": 1267445040
        },
        {
            "start": 1267445042,
            "stop": 1267445045
        },
        {
            "start": 1267445047,
            "stop": 1267445048
        },
        {
            "start": 1267445050,
            "stop": 1267445052
        },
        {
            "start": 1267445054,
            "stop": 1267445057
        },
        {
            "start": 1267445059,
            "stop": 1267445060
        },
        {
            "start": 1267445061,
            "stop": 1267445064
        },
        {
            "start": 1267445065,
            "stop": 1267447502
        },
        {
            "start": 1267447505,
            "stop": 1267451737
        }
    ]
}