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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=408",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 409,
    "results": [
        {
            "start": 847790726,
            "stop": 847790749
        },
        {
            "start": 847790751,
            "stop": 847790771
        },
        {
            "start": 847790773,
            "stop": 847790774
        },
        {
            "start": 847790775,
            "stop": 847790789
        },
        {
            "start": 847790790,
            "stop": 847790821
        },
        {
            "start": 847790823,
            "stop": 847791074
        },
        {
            "start": 847791076,
            "stop": 847791077
        },
        {
            "start": 847791079,
            "stop": 847791231
        },
        {
            "start": 847791233,
            "stop": 847791285
        },
        {
            "start": 847791286,
            "stop": 847791305
        },
        {
            "start": 847791306,
            "stop": 847791381
        },
        {
            "start": 847791383,
            "stop": 847791509
        },
        {
            "start": 847791512,
            "stop": 847791627
        },
        {
            "start": 847791629,
            "stop": 847791638
        },
        {
            "start": 847791640,
            "stop": 847791680
        },
        {
            "start": 847791681,
            "stop": 847791710
        },
        {
            "start": 847791711,
            "stop": 847791721
        },
        {
            "start": 847791722,
            "stop": 847791749
        },
        {
            "start": 847791750,
            "stop": 847791766
        },
        {
            "start": 847791768,
            "stop": 847791846
        }
    ]
}