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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41007",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41008,
    "results": [
        {
            "start": 875153632,
            "stop": 875153672
        },
        {
            "start": 875153674,
            "stop": 875153676
        },
        {
            "start": 875153677,
            "stop": 875153679
        },
        {
            "start": 875153680,
            "stop": 875153693
        },
        {
            "start": 875153694,
            "stop": 875153715
        },
        {
            "start": 875153717,
            "stop": 875153739
        },
        {
            "start": 875153740,
            "stop": 875153746
        },
        {
            "start": 875153747,
            "stop": 875153751
        },
        {
            "start": 875153752,
            "stop": 875153817
        },
        {
            "start": 875153818,
            "stop": 875153864
        },
        {
            "start": 875153866,
            "stop": 875153885
        },
        {
            "start": 875153887,
            "stop": 875153907
        },
        {
            "start": 875153908,
            "stop": 875153961
        },
        {
            "start": 875153962,
            "stop": 875153985
        },
        {
            "start": 875162580,
            "stop": 875162595
        },
        {
            "start": 875162597,
            "stop": 875162640
        },
        {
            "start": 875162880,
            "stop": 875162918
        },
        {
            "start": 875162919,
            "stop": 875162939
        },
        {
            "start": 875162940,
            "stop": 875162975
        },
        {
            "start": 875162977,
            "stop": 875162987
        }
    ]
}