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=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=403",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 404,
    "results": [
        {
            "start": 1267541878,
            "stop": 1267541921
        },
        {
            "start": 1267541923,
            "stop": 1267542151
        },
        {
            "start": 1267542152,
            "stop": 1267542157
        },
        {
            "start": 1267542158,
            "stop": 1267542159
        },
        {
            "start": 1267542162,
            "stop": 1267542166
        },
        {
            "start": 1267542172,
            "stop": 1267542185
        },
        {
            "start": 1267542187,
            "stop": 1267542188
        },
        {
            "start": 1267542200,
            "stop": 1267542201
        },
        {
            "start": 1267542206,
            "stop": 1267542207
        },
        {
            "start": 1267542211,
            "stop": 1267542216
        },
        {
            "start": 1267542219,
            "stop": 1267542289
        },
        {
            "start": 1267542290,
            "stop": 1267542298
        },
        {
            "start": 1267542299,
            "stop": 1267542315
        },
        {
            "start": 1267542316,
            "stop": 1267542317
        },
        {
            "start": 1267542318,
            "stop": 1267542320
        },
        {
            "start": 1267542325,
            "stop": 1267542326
        },
        {
            "start": 1267542331,
            "stop": 1267542337
        },
        {
            "start": 1267542347,
            "stop": 1267542349
        },
        {
            "start": 1267542350,
            "stop": 1267542351
        },
        {
            "start": 1267542352,
            "stop": 1267542353
        }
    ]
}