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=622
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=623",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=621",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 622,
    "results": [
        {
            "start": 1265488975,
            "stop": 1265493893
        },
        {
            "start": 1265493897,
            "stop": 1265494964
        },
        {
            "start": 1265494969,
            "stop": 1265496010
        },
        {
            "start": 1265496013,
            "stop": 1265498641
        },
        {
            "start": 1265498646,
            "stop": 1265500429
        },
        {
            "start": 1265500434,
            "stop": 1265502570
        },
        {
            "start": 1265505452,
            "stop": 1265505536
        },
        {
            "start": 1265505541,
            "stop": 1265505827
        },
        {
            "start": 1265505831,
            "stop": 1265507565
        },
        {
            "start": 1265507571,
            "stop": 1265507572
        },
        {
            "start": 1265507576,
            "stop": 1265507611
        },
        {
            "start": 1265507614,
            "stop": 1265508366
        },
        {
            "start": 1265508369,
            "stop": 1265509298
        },
        {
            "start": 1265509533,
            "stop": 1265510159
        },
        {
            "start": 1265510160,
            "stop": 1265510162
        },
        {
            "start": 1265510163,
            "stop": 1265510373
        },
        {
            "start": 1265510374,
            "stop": 1265510868
        },
        {
            "start": 1265510872,
            "stop": 1265511386
        },
        {
            "start": 1265511391,
            "stop": 1265512378
        },
        {
            "start": 1265512379,
            "stop": 1265513015
        }
    ]
}