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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5149",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5150,
    "results": [
        {
            "start": 874767632,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874785052
        },
        {
            "start": 874785071,
            "stop": 874785090
        },
        {
            "start": 874785136,
            "stop": 874785140
        },
        {
            "start": 874785160,
            "stop": 874785235
        },
        {
            "start": 874785297,
            "stop": 874785308
        },
        {
            "start": 874785331,
            "stop": 874785351
        },
        {
            "start": 874785371,
            "stop": 874785389
        },
        {
            "start": 874785408,
            "stop": 874785559
        },
        {
            "start": 874785589,
            "stop": 874785642
        },
        {
            "start": 874785662,
            "stop": 874785697
        },
        {
            "start": 874785725,
            "stop": 874785818
        },
        {
            "start": 874785866,
            "stop": 874785881
        },
        {
            "start": 874785900,
            "stop": 874785918
        },
        {
            "start": 874785937,
            "stop": 874785963
        },
        {
            "start": 874785988,
            "stop": 874785989
        },
        {
            "start": 874786037,
            "stop": 874786047
        },
        {
            "start": 874786072,
            "stop": 874786170
        },
        {
            "start": 874786189,
            "stop": 874786191
        },
        {
            "start": 874786210,
            "stop": 874786264
        }
    ]
}