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=520
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=521",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=519",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 520,
    "results": [
        {
            "start": 1264695210,
            "stop": 1264698325
        },
        {
            "start": 1264698327,
            "stop": 1264700566
        },
        {
            "start": 1264700568,
            "stop": 1264703135
        },
        {
            "start": 1264703140,
            "stop": 1264707652
        },
        {
            "start": 1264707657,
            "stop": 1264709258
        },
        {
            "start": 1264709259,
            "stop": 1264709260
        },
        {
            "start": 1264709261,
            "stop": 1264709262
        },
        {
            "start": 1264709267,
            "stop": 1264709270
        },
        {
            "start": 1264709271,
            "stop": 1264709273
        },
        {
            "start": 1264709275,
            "stop": 1264709277
        },
        {
            "start": 1264709278,
            "stop": 1264709279
        },
        {
            "start": 1264709281,
            "stop": 1264709283
        },
        {
            "start": 1264709284,
            "stop": 1264709286
        },
        {
            "start": 1264709287,
            "stop": 1264709288
        },
        {
            "start": 1264709291,
            "stop": 1264709292
        },
        {
            "start": 1264709293,
            "stop": 1264709297
        },
        {
            "start": 1264709299,
            "stop": 1264709302
        },
        {
            "start": 1264709303,
            "stop": 1264709305
        },
        {
            "start": 1264709307,
            "stop": 1264709311
        },
        {
            "start": 1264709313,
            "stop": 1264709314
        }
    ]
}