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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=38",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 39,
    "results": [
        {
            "start": 1407274131,
            "stop": 1407297067
        },
        {
            "start": 1407304781,
            "stop": 1407348603
        },
        {
            "start": 1407349232,
            "stop": 1407349820
        },
        {
            "start": 1407351562,
            "stop": 1407376917
        },
        {
            "start": 1407392681,
            "stop": 1407423142
        },
        {
            "start": 1407423613,
            "stop": 1407524421
        },
        {
            "start": 1407541388,
            "stop": 1407589474
        },
        {
            "start": 1407622595,
            "stop": 1407675457
        },
        {
            "start": 1407675800,
            "stop": 1407697314
        },
        {
            "start": 1407711538,
            "stop": 1407752281
        },
        {
            "start": 1407755515,
            "stop": 1407767518
        },
        {
            "start": 1407768958,
            "stop": 1407769118
        },
        {
            "start": 1407784766,
            "stop": 1407785429
        },
        {
            "start": 1407785508,
            "stop": 1407791349
        },
        {
            "start": 1407814579,
            "stop": 1407819016
        },
        {
            "start": 1407819174,
            "stop": 1407856394
        },
        {
            "start": 1407866059,
            "stop": 1407866101
        },
        {
            "start": 1407866781,
            "stop": 1407866820
        },
        {
            "start": 1407867034,
            "stop": 1407868181
        },
        {
            "start": 1407869139,
            "stop": 1407870539
        }
    ]
}