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=40888
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=40889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40887",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40888,
    "results": [
        {
            "start": 875072652,
            "stop": 875072678
        },
        {
            "start": 875072679,
            "stop": 875072967
        },
        {
            "start": 875072968,
            "stop": 875072998
        },
        {
            "start": 875072999,
            "stop": 875073060
        },
        {
            "start": 875073061,
            "stop": 875073206
        },
        {
            "start": 875073207,
            "stop": 875073238
        },
        {
            "start": 875073239,
            "stop": 875073330
        },
        {
            "start": 875073331,
            "stop": 875073357
        },
        {
            "start": 875073358,
            "stop": 875073391
        },
        {
            "start": 875073392,
            "stop": 875073401
        },
        {
            "start": 875073402,
            "stop": 875073466
        },
        {
            "start": 875073467,
            "stop": 875073500
        },
        {
            "start": 875073501,
            "stop": 875073599
        },
        {
            "start": 875073601,
            "stop": 875073674
        },
        {
            "start": 875073675,
            "stop": 875073723
        },
        {
            "start": 875073724,
            "stop": 875073729
        },
        {
            "start": 875073731,
            "stop": 875073794
        },
        {
            "start": 875073795,
            "stop": 875073900
        },
        {
            "start": 875073901,
            "stop": 875073940
        },
        {
            "start": 875073941,
            "stop": 875073985
        }
    ]
}