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=406
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=407",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=405",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 406,
    "results": [
        {
            "start": 1267552384,
            "stop": 1267552385
        },
        {
            "start": 1267552386,
            "stop": 1267552387
        },
        {
            "start": 1267552388,
            "stop": 1267552390
        },
        {
            "start": 1267552391,
            "stop": 1267552393
        },
        {
            "start": 1267552394,
            "stop": 1267552400
        },
        {
            "start": 1267552412,
            "stop": 1267552420
        },
        {
            "start": 1267552423,
            "stop": 1267552425
        },
        {
            "start": 1267552430,
            "stop": 1267552432
        },
        {
            "start": 1267552435,
            "stop": 1267552436
        },
        {
            "start": 1267552437,
            "stop": 1267552438
        },
        {
            "start": 1267552439,
            "stop": 1267552444
        },
        {
            "start": 1267552447,
            "stop": 1267552456
        },
        {
            "start": 1267552457,
            "stop": 1267552555
        },
        {
            "start": 1267552556,
            "stop": 1267552786
        },
        {
            "start": 1267552787,
            "stop": 1267553052
        },
        {
            "start": 1267556504,
            "stop": 1267557868
        },
        {
            "start": 1267557869,
            "stop": 1267559564
        },
        {
            "start": 1267559568,
            "stop": 1267559572
        },
        {
            "start": 1267559580,
            "stop": 1267559782
        },
        {
            "start": 1267559783,
            "stop": 1267560069
        }
    ]
}