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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=524",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=522",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 523,
    "results": [
        {
            "start": 1264720373,
            "stop": 1264721242
        },
        {
            "start": 1264721245,
            "stop": 1264721627
        },
        {
            "start": 1264721632,
            "stop": 1264722690
        },
        {
            "start": 1264722692,
            "stop": 1264723339
        },
        {
            "start": 1264723341,
            "stop": 1264724296
        },
        {
            "start": 1264724300,
            "stop": 1264724366
        },
        {
            "start": 1264724369,
            "stop": 1264724396
        },
        {
            "start": 1264724400,
            "stop": 1264725340
        },
        {
            "start": 1264725343,
            "stop": 1264731481
        },
        {
            "start": 1264731483,
            "stop": 1264737078
        },
        {
            "start": 1264737081,
            "stop": 1264740268
        },
        {
            "start": 1264740270,
            "stop": 1264743190
        },
        {
            "start": 1264743192,
            "stop": 1264746238
        },
        {
            "start": 1264746242,
            "stop": 1264751041
        },
        {
            "start": 1264751046,
            "stop": 1264753548
        },
        {
            "start": 1264753552,
            "stop": 1264755152
        },
        {
            "start": 1264755156,
            "stop": 1264755823
        },
        {
            "start": 1264755824,
            "stop": 1264755826
        },
        {
            "start": 1264755828,
            "stop": 1264755829
        },
        {
            "start": 1264755830,
            "stop": 1264755831
        }
    ]
}