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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 240,
    "results": [
        {
            "start": 1173807602,
            "stop": 1173808844
        },
        {
            "start": 1173808846,
            "stop": 1173809749
        },
        {
            "start": 1173809751,
            "stop": 1173810587
        },
        {
            "start": 1173810589,
            "stop": 1173811792
        },
        {
            "start": 1173811794,
            "stop": 1173813227
        },
        {
            "start": 1173813229,
            "stop": 1173814669
        },
        {
            "start": 1173814671,
            "stop": 1173815994
        },
        {
            "start": 1173815996,
            "stop": 1173817363
        },
        {
            "start": 1173817365,
            "stop": 1173817470
        },
        {
            "start": 1173817474,
            "stop": 1173818705
        },
        {
            "start": 1173818707,
            "stop": 1173820284
        },
        {
            "start": 1173820286,
            "stop": 1173821146
        },
        {
            "start": 1173821148,
            "stop": 1173822236
        },
        {
            "start": 1173822238,
            "stop": 1173823462
        },
        {
            "start": 1173823464,
            "stop": 1173824442
        },
        {
            "start": 1173824444,
            "stop": 1173825509
        },
        {
            "start": 1173825511,
            "stop": 1173826399
        },
        {
            "start": 1173826401,
            "stop": 1173827618
        },
        {
            "start": 1173827620,
            "stop": 1173828462
        },
        {
            "start": 1173828464,
            "stop": 1173829045
        }
    ]
}