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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=85",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 86,
    "results": [
        {
            "start": 1263357517,
            "stop": 1263358507
        },
        {
            "start": 1263358510,
            "stop": 1263363208
        },
        {
            "start": 1263363211,
            "stop": 1263365484
        },
        {
            "start": 1263365487,
            "stop": 1263365527
        },
        {
            "start": 1263365530,
            "stop": 1263367728
        },
        {
            "start": 1263367731,
            "stop": 1263368221
        },
        {
            "start": 1263588386,
            "stop": 1263592149
        },
        {
            "start": 1263592150,
            "stop": 1263594319
        },
        {
            "start": 1263597982,
            "stop": 1263599374
        },
        {
            "start": 1263601587,
            "stop": 1263601875
        },
        {
            "start": 1263612488,
            "stop": 1263616279
        },
        {
            "start": 1263618943,
            "stop": 1263634588
        },
        {
            "start": 1263637798,
            "stop": 1263639950
        },
        {
            "start": 1263639953,
            "stop": 1263647054
        },
        {
            "start": 1263647056,
            "stop": 1263652541
        },
        {
            "start": 1263652542,
            "stop": 1263652909
        },
        {
            "start": 1263674773,
            "stop": 1263680830
        },
        {
            "start": 1263680852,
            "stop": 1263681315
        },
        {
            "start": 1263681317,
            "stop": 1263685120
        },
        {
            "start": 1263688328,
            "stop": 1263690722
        }
    ]
}