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_CAT3E/segments?format=api&page=46899
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=46900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46898",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46899,
    "results": [
        {
            "start": 875176293,
            "stop": 875176300
        },
        {
            "start": 875176301,
            "stop": 875176314
        },
        {
            "start": 875176315,
            "stop": 875176331
        },
        {
            "start": 875176332,
            "stop": 875176363
        },
        {
            "start": 875176364,
            "stop": 875176367
        },
        {
            "start": 875176368,
            "stop": 875176376
        },
        {
            "start": 875176377,
            "stop": 875176382
        },
        {
            "start": 875176383,
            "stop": 875176396
        },
        {
            "start": 875176398,
            "stop": 875176418
        },
        {
            "start": 875176419,
            "stop": 875176450
        },
        {
            "start": 875176451,
            "stop": 875176461
        },
        {
            "start": 875176462,
            "stop": 875176491
        },
        {
            "start": 875176492,
            "stop": 875176500
        },
        {
            "start": 875176501,
            "stop": 875176503
        },
        {
            "start": 875176504,
            "stop": 875176522
        },
        {
            "start": 875176523,
            "stop": 875176540
        },
        {
            "start": 875176543,
            "stop": 875176572
        },
        {
            "start": 875176573,
            "stop": 875176609
        },
        {
            "start": 875176611,
            "stop": 875176615
        },
        {
            "start": 875176616,
            "stop": 875176651
        }
    ]
}