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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=349",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 350,
    "results": [
        {
            "start": 1182402146,
            "stop": 1182402820
        },
        {
            "start": 1182405092,
            "stop": 1182415735
        },
        {
            "start": 1182415737,
            "stop": 1182418745
        },
        {
            "start": 1182418746,
            "stop": 1182420967
        },
        {
            "start": 1182420968,
            "stop": 1182421580
        },
        {
            "start": 1182421582,
            "stop": 1182423275
        },
        {
            "start": 1182424945,
            "stop": 1182425088
        },
        {
            "start": 1182425134,
            "stop": 1182426873
        },
        {
            "start": 1182426874,
            "stop": 1182430105
        },
        {
            "start": 1182430106,
            "stop": 1182430178
        },
        {
            "start": 1182430180,
            "stop": 1182432327
        },
        {
            "start": 1182432328,
            "stop": 1182438196
        },
        {
            "start": 1182438197,
            "stop": 1182439551
        },
        {
            "start": 1182439553,
            "stop": 1182444806
        },
        {
            "start": 1182444807,
            "stop": 1182450038
        },
        {
            "start": 1182450040,
            "stop": 1182450150
        },
        {
            "start": 1182450151,
            "stop": 1182450159
        },
        {
            "start": 1182450160,
            "stop": 1182450173
        },
        {
            "start": 1182450175,
            "stop": 1182450176
        },
        {
            "start": 1182450178,
            "stop": 1182450183
        }
    ]
}