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=3188
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=3189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3187",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3188,
    "results": [
        {
            "start": 870287058,
            "stop": 870287105
        },
        {
            "start": 870287110,
            "stop": 870289756
        },
        {
            "start": 870290247,
            "stop": 870292488
        },
        {
            "start": 870293102,
            "stop": 870293443
        },
        {
            "start": 870294027,
            "stop": 870294233
        },
        {
            "start": 870295674,
            "stop": 870296233
        },
        {
            "start": 870296840,
            "stop": 870296860
        },
        {
            "start": 870297160,
            "stop": 870297337
        },
        {
            "start": 870298003,
            "stop": 870298087
        },
        {
            "start": 870299598,
            "stop": 870299684
        },
        {
            "start": 870302233,
            "stop": 870302245
        },
        {
            "start": 870303586,
            "stop": 870303664
        },
        {
            "start": 870304294,
            "stop": 870304595
        },
        {
            "start": 870305924,
            "stop": 870336159
        },
        {
            "start": 870336163,
            "stop": 870341310
        },
        {
            "start": 870341400,
            "stop": 870341836
        },
        {
            "start": 870343000,
            "stop": 870369945
        },
        {
            "start": 870369948,
            "stop": 870372807
        },
        {
            "start": 870372810,
            "stop": 870378570
        },
        {
            "start": 870378575,
            "stop": 870378600
        }
    ]
}