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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=407",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 408,
    "results": [
        {
            "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": 1264366646
        },
        {
            "start": 1264366650,
            "stop": 1264367061
        },
        {
            "start": 1264367065,
            "stop": 1264367216
        },
        {
            "start": 1264367218,
            "stop": 1264367223
        },
        {
            "start": 1264367227,
            "stop": 1264367232
        },
        {
            "start": 1264367235,
            "stop": 1264367451
        },
        {
            "start": 1264367453,
            "stop": 1264367507
        },
        {
            "start": 1264367512,
            "stop": 1264367622
        },
        {
            "start": 1264367625,
            "stop": 1264367675
        },
        {
            "start": 1264367678,
            "stop": 1264367860
        },
        {
            "start": 1264367863,
            "stop": 1264367879
        }
    ]
}