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=450
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=451",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=449",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 450,
    "results": [
        {
            "start": 1264386125,
            "stop": 1264386127
        },
        {
            "start": 1264386129,
            "stop": 1264386130
        },
        {
            "start": 1264386135,
            "stop": 1264386136
        },
        {
            "start": 1264386137,
            "stop": 1264386139
        },
        {
            "start": 1264386141,
            "stop": 1264386144
        },
        {
            "start": 1264386146,
            "stop": 1264386147
        },
        {
            "start": 1264386149,
            "stop": 1264386152
        },
        {
            "start": 1264386153,
            "stop": 1264386156
        },
        {
            "start": 1264386157,
            "stop": 1264386160
        },
        {
            "start": 1264386161,
            "stop": 1264386167
        },
        {
            "start": 1264386168,
            "stop": 1264386186
        },
        {
            "start": 1264386187,
            "stop": 1264386276
        },
        {
            "start": 1264386279,
            "stop": 1264386284
        },
        {
            "start": 1264386289,
            "stop": 1264386293
        },
        {
            "start": 1264386296,
            "stop": 1264386327
        },
        {
            "start": 1264386332,
            "stop": 1264386375
        },
        {
            "start": 1264386378,
            "stop": 1264386392
        },
        {
            "start": 1264386393,
            "stop": 1264386425
        },
        {
            "start": 1264386426,
            "stop": 1264386450
        },
        {
            "start": 1264386452,
            "stop": 1264386528
        }
    ]
}