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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=458",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 459,
    "results": [
        {
            "start": 821778377,
            "stop": 821778381
        },
        {
            "start": 821778389,
            "stop": 821778399
        },
        {
            "start": 821778402,
            "stop": 821778404
        },
        {
            "start": 821778407,
            "stop": 821778420
        },
        {
            "start": 821778423,
            "stop": 821778427
        },
        {
            "start": 821778430,
            "stop": 821778440
        },
        {
            "start": 821778447,
            "stop": 821778451
        },
        {
            "start": 821778457,
            "stop": 821778466
        },
        {
            "start": 821778469,
            "stop": 821778476
        },
        {
            "start": 821778479,
            "stop": 821778485
        },
        {
            "start": 821778488,
            "stop": 821778494
        },
        {
            "start": 821778497,
            "stop": 821778498
        },
        {
            "start": 821778501,
            "stop": 821778505
        },
        {
            "start": 821778514,
            "stop": 821778516
        },
        {
            "start": 821778520,
            "stop": 821778523
        },
        {
            "start": 821778534,
            "stop": 821778540
        },
        {
            "start": 821778543,
            "stop": 821778546
        },
        {
            "start": 821778549,
            "stop": 821778553
        },
        {
            "start": 821778559,
            "stop": 821778564
        },
        {
            "start": 821778568,
            "stop": 821778571
        }
    ]
}