Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5809
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5808",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5809,
    "results": [
        {
            "start": 874702097,
            "stop": 874702133
        },
        {
            "start": 874702136,
            "stop": 874702166
        },
        {
            "start": 874702170,
            "stop": 874702190
        },
        {
            "start": 874702197,
            "stop": 874702210
        },
        {
            "start": 874702213,
            "stop": 874702253
        },
        {
            "start": 874702256,
            "stop": 874702279
        },
        {
            "start": 874702282,
            "stop": 874702301
        },
        {
            "start": 874702304,
            "stop": 874702306
        },
        {
            "start": 874702309,
            "stop": 874702335
        },
        {
            "start": 874702338,
            "stop": 874702352
        },
        {
            "start": 874702356,
            "stop": 874702357
        },
        {
            "start": 874702361,
            "stop": 874702397
        },
        {
            "start": 874702400,
            "stop": 874702417
        },
        {
            "start": 874702420,
            "stop": 874702446
        },
        {
            "start": 874702449,
            "stop": 874702477
        },
        {
            "start": 874702480,
            "stop": 874702482
        },
        {
            "start": 874702485,
            "stop": 874702487
        },
        {
            "start": 874702490,
            "stop": 874702510
        },
        {
            "start": 874702513,
            "stop": 874702527
        },
        {
            "start": 874702530,
            "stop": 874702532
        }
    ]
}