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=362
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=363",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=361",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 362,
    "results": [
        {
            "start": 1240742321,
            "stop": 1240742354
        },
        {
            "start": 1240742355,
            "stop": 1240742447
        },
        {
            "start": 1240742448,
            "stop": 1240742644
        },
        {
            "start": 1240742652,
            "stop": 1240742762
        },
        {
            "start": 1240742765,
            "stop": 1240742954
        },
        {
            "start": 1240742962,
            "stop": 1240742986
        },
        {
            "start": 1240742987,
            "stop": 1240743159
        },
        {
            "start": 1240743161,
            "stop": 1240743342
        },
        {
            "start": 1240743344,
            "stop": 1240743416
        },
        {
            "start": 1240743417,
            "stop": 1240743845
        },
        {
            "start": 1240743846,
            "stop": 1240743958
        },
        {
            "start": 1240743960,
            "stop": 1240744175
        },
        {
            "start": 1240744176,
            "stop": 1240744216
        },
        {
            "start": 1240744217,
            "stop": 1240744286
        },
        {
            "start": 1240744287,
            "stop": 1240744299
        },
        {
            "start": 1240744301,
            "stop": 1240744305
        },
        {
            "start": 1240744306,
            "stop": 1240744518
        },
        {
            "start": 1240744519,
            "stop": 1240744719
        },
        {
            "start": 1240744720,
            "stop": 1240745152
        },
        {
            "start": 1240745153,
            "stop": 1240745218
        }
    ]
}