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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5726",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5727,
    "results": [
        {
            "start": 874608514,
            "stop": 874608528
        },
        {
            "start": 874608531,
            "stop": 874608549
        },
        {
            "start": 874608552,
            "stop": 874608583
        },
        {
            "start": 874608587,
            "stop": 874608595
        },
        {
            "start": 874608601,
            "stop": 874608627
        },
        {
            "start": 874608630,
            "stop": 874608637
        },
        {
            "start": 874608640,
            "stop": 874608658
        },
        {
            "start": 874608661,
            "stop": 874608672
        },
        {
            "start": 874608676,
            "stop": 874608682
        },
        {
            "start": 874608685,
            "stop": 874608705
        },
        {
            "start": 874608708,
            "stop": 874608709
        },
        {
            "start": 874608712,
            "stop": 874608725
        },
        {
            "start": 874608728,
            "stop": 874608735
        },
        {
            "start": 874608738,
            "stop": 874608807
        },
        {
            "start": 874608810,
            "stop": 874608850
        },
        {
            "start": 874608854,
            "stop": 874608868
        },
        {
            "start": 874608872,
            "stop": 874608873
        },
        {
            "start": 874608877,
            "stop": 874608896
        },
        {
            "start": 874608903,
            "stop": 874608935
        },
        {
            "start": 874608938,
            "stop": 874608964
        }
    ]
}