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=769
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=770",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=768",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 769,
    "results": [
        {
            "start": 1267988920,
            "stop": 1267989555
        },
        {
            "start": 1267998057,
            "stop": 1267998671
        },
        {
            "start": 1267998674,
            "stop": 1267999077
        },
        {
            "start": 1267999308,
            "stop": 1267999487
        },
        {
            "start": 1267999489,
            "stop": 1267999495
        },
        {
            "start": 1267999497,
            "stop": 1267999507
        },
        {
            "start": 1267999509,
            "stop": 1267999510
        },
        {
            "start": 1267999512,
            "stop": 1268000599
        },
        {
            "start": 1268000602,
            "stop": 1268000612
        },
        {
            "start": 1268000616,
            "stop": 1268001132
        },
        {
            "start": 1268001134,
            "stop": 1268001773
        },
        {
            "start": 1268001777,
            "stop": 1268002766
        },
        {
            "start": 1268002769,
            "stop": 1268003396
        },
        {
            "start": 1268003400,
            "stop": 1268005209
        },
        {
            "start": 1268005212,
            "stop": 1268007419
        },
        {
            "start": 1268007422,
            "stop": 1268007751
        },
        {
            "start": 1268007754,
            "stop": 1268008306
        },
        {
            "start": 1268008308,
            "stop": 1268008476
        },
        {
            "start": 1268008481,
            "stop": 1268012868
        },
        {
            "start": 1268012871,
            "stop": 1268015854
        }
    ]
}