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_CAT2/segments?format=api&page=170
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=169",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 170,
    "results": [
        {
            "start": 1264364517,
            "stop": 1264364704
        },
        {
            "start": 1264364706,
            "stop": 1264364895
        },
        {
            "start": 1264364897,
            "stop": 1264364901
        },
        {
            "start": 1264364906,
            "stop": 1264365560
        },
        {
            "start": 1264365563,
            "stop": 1264365568
        },
        {
            "start": 1264365570,
            "stop": 1264365898
        },
        {
            "start": 1264365900,
            "stop": 1264366012
        },
        {
            "start": 1264366014,
            "stop": 1264366080
        },
        {
            "start": 1264366083,
            "stop": 1264366328
        },
        {
            "start": 1264366329,
            "stop": 1264366422
        },
        {
            "start": 1264366424,
            "stop": 1264366429
        },
        {
            "start": 1264366432,
            "stop": 1264366436
        },
        {
            "start": 1264366439,
            "stop": 1264366544
        },
        {
            "start": 1264366545,
            "stop": 1264366578
        },
        {
            "start": 1264366581,
            "stop": 1264366633
        },
        {
            "start": 1264366634,
            "stop": 1264367062
        },
        {
            "start": 1264367064,
            "stop": 1264367216
        },
        {
            "start": 1264367218,
            "stop": 1264367223
        },
        {
            "start": 1264367227,
            "stop": 1264367232
        },
        {
            "start": 1264367235,
            "stop": 1264367451
        }
    ]
}