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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=402",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 403,
    "results": [
        {
            "start": 852134406,
            "stop": 852134624
        },
        {
            "start": 852134981,
            "stop": 852156201
        },
        {
            "start": 852156466,
            "stop": 852187682
        },
        {
            "start": 852187684,
            "stop": 852190600
        },
        {
            "start": 852191749,
            "stop": 852213234
        },
        {
            "start": 852213574,
            "stop": 852213900
        },
        {
            "start": 852214295,
            "stop": 852216129
        },
        {
            "start": 852216291,
            "stop": 852216301
        },
        {
            "start": 852216464,
            "stop": 852216899
        },
        {
            "start": 852236312,
            "stop": 852255710
        },
        {
            "start": 852256028,
            "stop": 852256036
        },
        {
            "start": 852256448,
            "stop": 852259746
        },
        {
            "start": 852260323,
            "stop": 852292927
        },
        {
            "start": 852309132,
            "stop": 852310527
        },
        {
            "start": 852314633,
            "stop": 852315527
        },
        {
            "start": 852319145,
            "stop": 852320901
        },
        {
            "start": 852321753,
            "stop": 852325269
        },
        {
            "start": 852327461,
            "stop": 852330261
        },
        {
            "start": 852330263,
            "stop": 852330617
        },
        {
            "start": 852330822,
            "stop": 852331501
        }
    ]
}