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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9918",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9919,
    "results": [
        {
            "start": 874802819,
            "stop": 874803120
        },
        {
            "start": 874803240,
            "stop": 874803720
        },
        {
            "start": 874803780,
            "stop": 874804500
        },
        {
            "start": 874804560,
            "stop": 874805216
        },
        {
            "start": 874805233,
            "stop": 874805819
        },
        {
            "start": 874805836,
            "stop": 874807440
        },
        {
            "start": 874807560,
            "stop": 874807924
        },
        {
            "start": 874808044,
            "stop": 874809717
        },
        {
            "start": 874809943,
            "stop": 874810560
        },
        {
            "start": 874810620,
            "stop": 874811164
        },
        {
            "start": 874811340,
            "stop": 874811640
        },
        {
            "start": 874811700,
            "stop": 874811793
        },
        {
            "start": 874811913,
            "stop": 874812711
        },
        {
            "start": 874812960,
            "stop": 874813320
        },
        {
            "start": 874813740,
            "stop": 874814073
        },
        {
            "start": 874814193,
            "stop": 874814580
        },
        {
            "start": 874814640,
            "stop": 874814845
        },
        {
            "start": 874814862,
            "stop": 874815060
        },
        {
            "start": 874815120,
            "stop": 874815600
        },
        {
            "start": 874815660,
            "stop": 874815720
        }
    ]
}