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=3067
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=3068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3066",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3067,
    "results": [
        {
            "start": 865610700,
            "stop": 865610880
        },
        {
            "start": 865610940,
            "stop": 865612119
        },
        {
            "start": 865612122,
            "stop": 865613979
        },
        {
            "start": 865616814,
            "stop": 865616823
        },
        {
            "start": 865619959,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865623120
        },
        {
            "start": 865623180,
            "stop": 865625040
        },
        {
            "start": 865625100,
            "stop": 865625311
        },
        {
            "start": 865625314,
            "stop": 865625814
        },
        {
            "start": 865626114,
            "stop": 865626600
        },
        {
            "start": 865626660,
            "stop": 865626840
        },
        {
            "start": 865626900,
            "stop": 865628820
        },
        {
            "start": 865628880,
            "stop": 865629000
        },
        {
            "start": 865629060,
            "stop": 865629240
        },
        {
            "start": 865629300,
            "stop": 865629360
        },
        {
            "start": 865629420,
            "stop": 865630680
        },
        {
            "start": 865630800,
            "stop": 865630925
        },
        {
            "start": 865630928,
            "stop": 865630952
        },
        {
            "start": 865630956,
            "stop": 865632925
        },
        {
            "start": 865632934,
            "stop": 865633440
        }
    ]
}