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=644
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=645",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=643",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 644,
    "results": [
        {
            "start": 1265746392,
            "stop": 1265746430
        },
        {
            "start": 1265746437,
            "stop": 1265746541
        },
        {
            "start": 1265746546,
            "stop": 1265746553
        },
        {
            "start": 1265746558,
            "stop": 1265746646
        },
        {
            "start": 1265746651,
            "stop": 1265746760
        },
        {
            "start": 1265746765,
            "stop": 1265746790
        },
        {
            "start": 1265746795,
            "stop": 1265746802
        },
        {
            "start": 1265746807,
            "stop": 1265746970
        },
        {
            "start": 1265746975,
            "stop": 1265747065
        },
        {
            "start": 1265747068,
            "stop": 1265747070
        },
        {
            "start": 1265747075,
            "stop": 1265747115
        },
        {
            "start": 1265747120,
            "stop": 1265747186
        },
        {
            "start": 1265747191,
            "stop": 1265747301
        },
        {
            "start": 1265747306,
            "stop": 1265747323
        },
        {
            "start": 1265747328,
            "stop": 1265747357
        },
        {
            "start": 1265747362,
            "stop": 1265747389
        },
        {
            "start": 1265747394,
            "stop": 1265747463
        },
        {
            "start": 1265747468,
            "stop": 1265747505
        },
        {
            "start": 1265747510,
            "stop": 1265747533
        },
        {
            "start": 1265747538,
            "stop": 1265747571
        }
    ]
}