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=5859
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=5860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5858",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5859,
    "results": [
        {
            "start": 874759313,
            "stop": 874759349
        },
        {
            "start": 874759352,
            "stop": 874759389
        },
        {
            "start": 874759392,
            "stop": 874759637
        },
        {
            "start": 874759640,
            "stop": 874759701
        },
        {
            "start": 874759704,
            "stop": 874759706
        },
        {
            "start": 874759709,
            "stop": 874759725
        },
        {
            "start": 874759729,
            "stop": 874759829
        },
        {
            "start": 874759834,
            "stop": 874759872
        },
        {
            "start": 874759875,
            "stop": 874759904
        },
        {
            "start": 874759907,
            "stop": 874759918
        },
        {
            "start": 874759921,
            "stop": 874760066
        },
        {
            "start": 874760069,
            "stop": 874760129
        },
        {
            "start": 874760132,
            "stop": 874760212
        },
        {
            "start": 874760215,
            "stop": 874760217
        },
        {
            "start": 874760220,
            "stop": 874760234
        },
        {
            "start": 874760237,
            "stop": 874760329
        },
        {
            "start": 874760332,
            "stop": 874760431
        },
        {
            "start": 874760434,
            "stop": 874760535
        },
        {
            "start": 874760538,
            "stop": 874760541
        },
        {
            "start": 874760544,
            "stop": 874760620
        }
    ]
}