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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=363",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 364,
    "results": [
        {
            "start": 1264197314,
            "stop": 1264197379
        },
        {
            "start": 1264197382,
            "stop": 1264197383
        },
        {
            "start": 1264197385,
            "stop": 1264197393
        },
        {
            "start": 1264197397,
            "stop": 1264199337
        },
        {
            "start": 1264199340,
            "stop": 1264199342
        },
        {
            "start": 1264199346,
            "stop": 1264199352
        },
        {
            "start": 1264199354,
            "stop": 1264199373
        },
        {
            "start": 1264199374,
            "stop": 1264199394
        },
        {
            "start": 1264199396,
            "stop": 1264199402
        },
        {
            "start": 1264199404,
            "stop": 1264199409
        },
        {
            "start": 1264199411,
            "stop": 1264199474
        },
        {
            "start": 1264199479,
            "stop": 1264199482
        },
        {
            "start": 1264199486,
            "stop": 1264200611
        },
        {
            "start": 1264200614,
            "stop": 1264204010
        },
        {
            "start": 1264204015,
            "stop": 1264205282
        },
        {
            "start": 1264205284,
            "stop": 1264205815
        },
        {
            "start": 1264205818,
            "stop": 1264214090
        },
        {
            "start": 1264214092,
            "stop": 1264214622
        },
        {
            "start": 1264214624,
            "stop": 1264216462
        },
        {
            "start": 1264216466,
            "stop": 1264218316
        }
    ]
}