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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=225",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 226,
    "results": [
        {
            "start": 931673609,
            "stop": 931673610
        },
        {
            "start": 931673614,
            "stop": 931673615
        },
        {
            "start": 931673618,
            "stop": 931673633
        },
        {
            "start": 931673637,
            "stop": 931673644
        },
        {
            "start": 931673648,
            "stop": 931673656
        },
        {
            "start": 931673658,
            "stop": 931673665
        },
        {
            "start": 931673668,
            "stop": 931673679
        },
        {
            "start": 931673682,
            "stop": 931673690
        },
        {
            "start": 931673696,
            "stop": 931673700
        },
        {
            "start": 931673703,
            "stop": 931673711
        },
        {
            "start": 931673714,
            "stop": 931673728
        },
        {
            "start": 931673734,
            "stop": 931673739
        },
        {
            "start": 931673742,
            "stop": 931673747
        },
        {
            "start": 931673752,
            "stop": 931673753
        },
        {
            "start": 931673758,
            "stop": 931673760
        },
        {
            "start": 931673763,
            "stop": 931673773
        },
        {
            "start": 931673776,
            "stop": 931673796
        },
        {
            "start": 931673800,
            "stop": 931673809
        },
        {
            "start": 931673812,
            "stop": 931673823
        },
        {
            "start": 931673826,
            "stop": 931673832
        }
    ]
}