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=573
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=574",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=572",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 573,
    "results": [
        {
            "start": 1264918185,
            "stop": 1264918204
        },
        {
            "start": 1264918205,
            "stop": 1264918214
        },
        {
            "start": 1264918215,
            "stop": 1264918246
        },
        {
            "start": 1264918247,
            "stop": 1264918257
        },
        {
            "start": 1264918258,
            "stop": 1264918276
        },
        {
            "start": 1264918278,
            "stop": 1264918279
        },
        {
            "start": 1264918280,
            "stop": 1264918296
        },
        {
            "start": 1264918297,
            "stop": 1264918298
        },
        {
            "start": 1264918300,
            "stop": 1264918302
        },
        {
            "start": 1264918303,
            "stop": 1264918305
        },
        {
            "start": 1264918306,
            "stop": 1264918309
        },
        {
            "start": 1264918311,
            "stop": 1264918314
        },
        {
            "start": 1264918316,
            "stop": 1264918317
        },
        {
            "start": 1264918319,
            "stop": 1264918320
        },
        {
            "start": 1264918322,
            "stop": 1264918325
        },
        {
            "start": 1264918327,
            "stop": 1264918328
        },
        {
            "start": 1264918329,
            "stop": 1264918331
        },
        {
            "start": 1264918332,
            "stop": 1264918727
        },
        {
            "start": 1264918731,
            "stop": 1264918772
        },
        {
            "start": 1264918774,
            "stop": 1264918788
        }
    ]
}