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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3889",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3890,
    "results": [
        {
            "start": 874035587,
            "stop": 874035606
        },
        {
            "start": 874035609,
            "stop": 874035754
        },
        {
            "start": 874035760,
            "stop": 874035808
        },
        {
            "start": 874035811,
            "stop": 874035831
        },
        {
            "start": 874035834,
            "stop": 874035835
        },
        {
            "start": 874035840,
            "stop": 874035844
        },
        {
            "start": 874035854,
            "stop": 874035857
        },
        {
            "start": 874035865,
            "stop": 874035866
        },
        {
            "start": 874035869,
            "stop": 874035871
        },
        {
            "start": 874035886,
            "stop": 874035890
        },
        {
            "start": 874035901,
            "stop": 874035953
        },
        {
            "start": 874035956,
            "stop": 874035979
        },
        {
            "start": 874035982,
            "stop": 874035987
        },
        {
            "start": 874035990,
            "stop": 874036000
        },
        {
            "start": 874036003,
            "stop": 874036013
        },
        {
            "start": 874036017,
            "stop": 874036024
        },
        {
            "start": 874036030,
            "stop": 874036049
        },
        {
            "start": 874036056,
            "stop": 874036067
        },
        {
            "start": 874036070,
            "stop": 874036083
        },
        {
            "start": 874036086,
            "stop": 874036091
        }
    ]
}