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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3517",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3515",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3516,
    "results": [
        {
            "start": 970129578,
            "stop": 970129816
        },
        {
            "start": 970129819,
            "stop": 970129839
        },
        {
            "start": 970129841,
            "stop": 970129857
        },
        {
            "start": 970129860,
            "stop": 970130340
        },
        {
            "start": 970130343,
            "stop": 970131174
        },
        {
            "start": 970131177,
            "stop": 970131270
        },
        {
            "start": 970131273,
            "stop": 970131568
        },
        {
            "start": 970131569,
            "stop": 970131918
        },
        {
            "start": 970131921,
            "stop": 970131940
        },
        {
            "start": 970131943,
            "stop": 970133306
        },
        {
            "start": 970133316,
            "stop": 970133317
        },
        {
            "start": 970133318,
            "stop": 970133625
        },
        {
            "start": 970133628,
            "stop": 970134140
        },
        {
            "start": 970134143,
            "stop": 970134184
        },
        {
            "start": 970137093,
            "stop": 970137344
        },
        {
            "start": 970137345,
            "stop": 970137953
        },
        {
            "start": 970137956,
            "stop": 970138090
        },
        {
            "start": 970138093,
            "stop": 970138255
        },
        {
            "start": 970138258,
            "stop": 970139183
        },
        {
            "start": 970139184,
            "stop": 970139482
        }
    ]
}