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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3189",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3190,
    "results": [
        {
            "start": 870449160,
            "stop": 870449385
        },
        {
            "start": 870449390,
            "stop": 870449395
        },
        {
            "start": 870449520,
            "stop": 870450588
        },
        {
            "start": 870450592,
            "stop": 870451102
        },
        {
            "start": 870451108,
            "stop": 870452880
        },
        {
            "start": 870454016,
            "stop": 870455146
        },
        {
            "start": 870455150,
            "stop": 870455580
        },
        {
            "start": 870455640,
            "stop": 870455872
        },
        {
            "start": 870455878,
            "stop": 870455890
        },
        {
            "start": 870455895,
            "stop": 870455905
        },
        {
            "start": 870455915,
            "stop": 870455930
        },
        {
            "start": 870456000,
            "stop": 870456420
        },
        {
            "start": 870456540,
            "stop": 870457500
        },
        {
            "start": 870457680,
            "stop": 870458160
        },
        {
            "start": 870458220,
            "stop": 870459000
        },
        {
            "start": 870459060,
            "stop": 870460620
        },
        {
            "start": 870460680,
            "stop": 870461068
        },
        {
            "start": 870461072,
            "stop": 870461700
        },
        {
            "start": 870461760,
            "stop": 870465325
        },
        {
            "start": 870465330,
            "stop": 870465352
        }
    ]
}