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=3084
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=3085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3083",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3084,
    "results": [
        {
            "start": 866186040,
            "stop": 866186100
        },
        {
            "start": 866186700,
            "stop": 866186880
        },
        {
            "start": 866186940,
            "stop": 866187000
        },
        {
            "start": 866187300,
            "stop": 866187420
        },
        {
            "start": 866187600,
            "stop": 866190185
        },
        {
            "start": 866190305,
            "stop": 866193130
        },
        {
            "start": 866193334,
            "stop": 866193470
        },
        {
            "start": 866193478,
            "stop": 866193480
        },
        {
            "start": 866193540,
            "stop": 866197312
        },
        {
            "start": 866197316,
            "stop": 866199360
        },
        {
            "start": 866199420,
            "stop": 866208120
        },
        {
            "start": 866208180,
            "stop": 866208660
        },
        {
            "start": 866208720,
            "stop": 866209939
        },
        {
            "start": 866210351,
            "stop": 866210390
        },
        {
            "start": 866210786,
            "stop": 866213820
        },
        {
            "start": 866213880,
            "stop": 866215020
        },
        {
            "start": 866215140,
            "stop": 866216620
        },
        {
            "start": 866216627,
            "stop": 866216780
        },
        {
            "start": 866217216,
            "stop": 866217262
        },
        {
            "start": 866219606,
            "stop": 866220120
        }
    ]
}