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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=375",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 376,
    "results": [
        {
            "start": 821503315,
            "stop": 821503394
        },
        {
            "start": 821503397,
            "stop": 821503467
        },
        {
            "start": 821503470,
            "stop": 821503496
        },
        {
            "start": 821503499,
            "stop": 821503519
        },
        {
            "start": 821503523,
            "stop": 821503633
        },
        {
            "start": 821503637,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821503782
        },
        {
            "start": 821503785,
            "stop": 821503849
        },
        {
            "start": 821503852,
            "stop": 821503968
        },
        {
            "start": 821503971,
            "stop": 821504077
        },
        {
            "start": 821504080,
            "stop": 821504279
        },
        {
            "start": 821504282,
            "stop": 821504294
        },
        {
            "start": 821504297,
            "stop": 821504402
        },
        {
            "start": 821504405,
            "stop": 821504480
        },
        {
            "start": 821504484,
            "stop": 821504485
        },
        {
            "start": 821504488,
            "stop": 821504539
        },
        {
            "start": 821504542,
            "stop": 821504694
        },
        {
            "start": 821504699,
            "stop": 821504706
        },
        {
            "start": 821504709,
            "stop": 821504835
        },
        {
            "start": 821504838,
            "stop": 821504960
        }
    ]
}