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=724
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=725",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=723",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 724,
    "results": [
        {
            "start": 1267451857,
            "stop": 1267451859
        },
        {
            "start": 1267451863,
            "stop": 1267451878
        },
        {
            "start": 1267451881,
            "stop": 1267452597
        },
        {
            "start": 1267452599,
            "stop": 1267463322
        },
        {
            "start": 1267463323,
            "stop": 1267467382
        },
        {
            "start": 1267467385,
            "stop": 1267467386
        },
        {
            "start": 1267467390,
            "stop": 1267467393
        },
        {
            "start": 1267467395,
            "stop": 1267467398
        },
        {
            "start": 1267467400,
            "stop": 1267467408
        },
        {
            "start": 1267467413,
            "stop": 1267467418
        },
        {
            "start": 1267467421,
            "stop": 1267467422
        },
        {
            "start": 1267467423,
            "stop": 1267467913
        },
        {
            "start": 1267467914,
            "stop": 1267468847
        },
        {
            "start": 1267468852,
            "stop": 1267469047
        },
        {
            "start": 1267469051,
            "stop": 1267472650
        },
        {
            "start": 1267472655,
            "stop": 1267472742
        },
        {
            "start": 1267472743,
            "stop": 1267472983
        },
        {
            "start": 1267472984,
            "stop": 1267474808
        },
        {
            "start": 1267474810,
            "stop": 1267474813
        },
        {
            "start": 1267474817,
            "stop": 1267478862
        }
    ]
}