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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=259",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 260,
    "results": [
        {
            "start": 1262698392,
            "stop": 1262698394
        },
        {
            "start": 1262698395,
            "stop": 1262698447
        },
        {
            "start": 1262698448,
            "stop": 1262698449
        },
        {
            "start": 1262698450,
            "stop": 1262698455
        },
        {
            "start": 1262698459,
            "stop": 1262698462
        },
        {
            "start": 1262698465,
            "stop": 1262698468
        },
        {
            "start": 1262698470,
            "stop": 1262698471
        },
        {
            "start": 1262698478,
            "stop": 1262698503
        },
        {
            "start": 1262698505,
            "stop": 1262698537
        },
        {
            "start": 1262698538,
            "stop": 1262698619
        },
        {
            "start": 1262698621,
            "stop": 1262698631
        },
        {
            "start": 1262698635,
            "stop": 1262698672
        },
        {
            "start": 1262698673,
            "stop": 1262698692
        },
        {
            "start": 1262698694,
            "stop": 1262698727
        },
        {
            "start": 1262698730,
            "stop": 1262698732
        },
        {
            "start": 1262698738,
            "stop": 1262698741
        },
        {
            "start": 1262698745,
            "stop": 1262698746
        },
        {
            "start": 1262698748,
            "stop": 1262698754
        },
        {
            "start": 1262698759,
            "stop": 1262698809
        },
        {
            "start": 1262698811,
            "stop": 1262698821
        }
    ]
}