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=5793
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=5794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5792",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5793,
    "results": [
        {
            "start": 874682700,
            "stop": 874682809
        },
        {
            "start": 874682813,
            "stop": 874682839
        },
        {
            "start": 874682842,
            "stop": 874682881
        },
        {
            "start": 874682884,
            "stop": 874682886
        },
        {
            "start": 874682889,
            "stop": 874682914
        },
        {
            "start": 874682917,
            "stop": 874682920
        },
        {
            "start": 874682923,
            "stop": 874682931
        },
        {
            "start": 874682934,
            "stop": 874683036
        },
        {
            "start": 874683039,
            "stop": 874683063
        },
        {
            "start": 874683066,
            "stop": 874683196
        },
        {
            "start": 874683199,
            "stop": 874683202
        },
        {
            "start": 874683205,
            "stop": 874683275
        },
        {
            "start": 874683279,
            "stop": 874683421
        },
        {
            "start": 874683424,
            "stop": 874683449
        },
        {
            "start": 874683452,
            "stop": 874683454
        },
        {
            "start": 874683457,
            "stop": 874683499
        },
        {
            "start": 874683502,
            "stop": 874683510
        },
        {
            "start": 874683513,
            "stop": 874683599
        },
        {
            "start": 874683603,
            "stop": 874683605
        },
        {
            "start": 874683608,
            "stop": 874683610
        }
    ]
}