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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=337",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 338,
    "results": [
        {
            "start": 1264077759,
            "stop": 1264077984
        },
        {
            "start": 1264077989,
            "stop": 1264078059
        },
        {
            "start": 1264078061,
            "stop": 1264078326
        },
        {
            "start": 1264078331,
            "stop": 1264078514
        },
        {
            "start": 1264078519,
            "stop": 1264079645
        },
        {
            "start": 1264079650,
            "stop": 1264079847
        },
        {
            "start": 1264079849,
            "stop": 1264083164
        },
        {
            "start": 1264083166,
            "stop": 1264085583
        },
        {
            "start": 1264085587,
            "stop": 1264087738
        },
        {
            "start": 1264087740,
            "stop": 1264089315
        },
        {
            "start": 1264089316,
            "stop": 1264090295
        },
        {
            "start": 1264090298,
            "stop": 1264092802
        },
        {
            "start": 1264092806,
            "stop": 1264093526
        },
        {
            "start": 1264093529,
            "stop": 1264095192
        },
        {
            "start": 1264095197,
            "stop": 1264095577
        },
        {
            "start": 1264095580,
            "stop": 1264097161
        },
        {
            "start": 1264097164,
            "stop": 1264098219
        },
        {
            "start": 1264098220,
            "stop": 1264098697
        },
        {
            "start": 1264098700,
            "stop": 1264101027
        },
        {
            "start": 1264101031,
            "stop": 1264103047
        }
    ]
}