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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=408",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 409,
    "results": [
        {
            "start": 1264367882,
            "stop": 1264367887
        },
        {
            "start": 1264367890,
            "stop": 1264367905
        },
        {
            "start": 1264367908,
            "stop": 1264368008
        },
        {
            "start": 1264368012,
            "stop": 1264368035
        },
        {
            "start": 1264368040,
            "stop": 1264368044
        },
        {
            "start": 1264368047,
            "stop": 1264368105
        },
        {
            "start": 1264368107,
            "stop": 1264368122
        },
        {
            "start": 1264368124,
            "stop": 1264368164
        },
        {
            "start": 1264368166,
            "stop": 1264368400
        },
        {
            "start": 1264368402,
            "stop": 1264368408
        },
        {
            "start": 1264368410,
            "stop": 1264368417
        },
        {
            "start": 1264368421,
            "stop": 1264368497
        },
        {
            "start": 1264368499,
            "stop": 1264368545
        },
        {
            "start": 1264368548,
            "stop": 1264368554
        },
        {
            "start": 1264368556,
            "stop": 1264368562
        },
        {
            "start": 1264368564,
            "stop": 1264368578
        },
        {
            "start": 1264368580,
            "stop": 1264368618
        },
        {
            "start": 1264368620,
            "stop": 1264368695
        },
        {
            "start": 1264368698,
            "stop": 1264368706
        },
        {
            "start": 1264368707,
            "stop": 1264368712
        }
    ]
}