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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=665",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 666,
    "results": [
        {
            "start": 850842252,
            "stop": 850845689
        },
        {
            "start": 850845694,
            "stop": 850853390
        },
        {
            "start": 850854708,
            "stop": 850856497
        },
        {
            "start": 850860212,
            "stop": 850880210
        },
        {
            "start": 850881680,
            "stop": 850904700
        },
        {
            "start": 850904703,
            "stop": 850904706
        },
        {
            "start": 850904709,
            "stop": 850904713
        },
        {
            "start": 850904723,
            "stop": 850936400
        },
        {
            "start": 850936433,
            "stop": 850940214
        },
        {
            "start": 850940225,
            "stop": 850948380
        },
        {
            "start": 850948413,
            "stop": 850952030
        },
        {
            "start": 850952051,
            "stop": 851033081
        },
        {
            "start": 851034582,
            "stop": 851038484
        },
        {
            "start": 851040270,
            "stop": 851071106
        },
        {
            "start": 851077902,
            "stop": 851082866
        },
        {
            "start": 851085292,
            "stop": 851102268
        },
        {
            "start": 851102278,
            "stop": 851111260
        },
        {
            "start": 851111660,
            "stop": 851144053
        },
        {
            "start": 851240404,
            "stop": 851240801
        },
        {
            "start": 851241201,
            "stop": 851241338
        }
    ]
}