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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1658",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1656",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1657,
    "results": [
        {
            "start": 1248302853,
            "stop": 1248303450
        },
        {
            "start": 1248303458,
            "stop": 1248304274
        },
        {
            "start": 1248304275,
            "stop": 1248304574
        },
        {
            "start": 1248304575,
            "stop": 1248304596
        },
        {
            "start": 1248304598,
            "stop": 1248306370
        },
        {
            "start": 1248306373,
            "stop": 1248306631
        },
        {
            "start": 1248306633,
            "stop": 1248307480
        },
        {
            "start": 1248307483,
            "stop": 1248311188
        },
        {
            "start": 1248311191,
            "stop": 1248311410
        },
        {
            "start": 1248311413,
            "stop": 1248312710
        },
        {
            "start": 1248312713,
            "stop": 1248313303
        },
        {
            "start": 1248313306,
            "stop": 1248313945
        },
        {
            "start": 1248313948,
            "stop": 1248313973
        },
        {
            "start": 1248313976,
            "stop": 1248314101
        },
        {
            "start": 1248314104,
            "stop": 1248314258
        },
        {
            "start": 1248314261,
            "stop": 1248314521
        },
        {
            "start": 1248314524,
            "stop": 1248315007
        },
        {
            "start": 1248315010,
            "stop": 1248316227
        },
        {
            "start": 1248316235,
            "stop": 1248316268
        },
        {
            "start": 1248316271,
            "stop": 1248316281
        }
    ]
}