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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=328",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 329,
    "results": [
        {
            "start": 1176830278,
            "stop": 1176830280
        },
        {
            "start": 1176830287,
            "stop": 1176830294
        },
        {
            "start": 1176830298,
            "stop": 1176830461
        },
        {
            "start": 1176830466,
            "stop": 1176830470
        },
        {
            "start": 1176830475,
            "stop": 1176830480
        },
        {
            "start": 1176830486,
            "stop": 1176830490
        },
        {
            "start": 1176830496,
            "stop": 1176841982
        },
        {
            "start": 1176846829,
            "stop": 1176847620
        },
        {
            "start": 1176848017,
            "stop": 1176850207
        },
        {
            "start": 1176850211,
            "stop": 1176850439
        },
        {
            "start": 1176850442,
            "stop": 1176852855
        },
        {
            "start": 1176852859,
            "stop": 1176855082
        },
        {
            "start": 1176855086,
            "stop": 1176899528
        },
        {
            "start": 1176899534,
            "stop": 1176902816
        },
        {
            "start": 1176907017,
            "stop": 1176922460
        },
        {
            "start": 1176922523,
            "stop": 1176923000
        },
        {
            "start": 1176923004,
            "stop": 1176936732
        },
        {
            "start": 1176936736,
            "stop": 1176946433
        },
        {
            "start": 1176946434,
            "stop": 1176946845
        },
        {
            "start": 1176946846,
            "stop": 1176946984
        }
    ]
}