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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=89",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 90,
    "results": [
        {
            "start": 1238997507,
            "stop": 1238998458
        },
        {
            "start": 1238998460,
            "stop": 1238998476
        },
        {
            "start": 1238998477,
            "stop": 1238998588
        },
        {
            "start": 1238998589,
            "stop": 1238998867
        },
        {
            "start": 1238998870,
            "stop": 1238999165
        },
        {
            "start": 1238999173,
            "stop": 1238999703
        },
        {
            "start": 1238999704,
            "stop": 1238999879
        },
        {
            "start": 1238999882,
            "stop": 1238999897
        },
        {
            "start": 1238999900,
            "stop": 1239000810
        },
        {
            "start": 1239000813,
            "stop": 1239001781
        },
        {
            "start": 1239001784,
            "stop": 1239003047
        },
        {
            "start": 1239003055,
            "stop": 1239005142
        },
        {
            "start": 1239005143,
            "stop": 1239005283
        },
        {
            "start": 1239005286,
            "stop": 1239005751
        },
        {
            "start": 1239005754,
            "stop": 1239005921
        },
        {
            "start": 1239005923,
            "stop": 1239006708
        },
        {
            "start": 1239006711,
            "stop": 1239007175
        },
        {
            "start": 1239007178,
            "stop": 1239007189
        },
        {
            "start": 1239009859,
            "stop": 1239010034
        },
        {
            "start": 1239010036,
            "stop": 1239010121
        }
    ]
}