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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=124",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 125,
    "results": [
        {
            "start": 1239885252,
            "stop": 1239885371
        },
        {
            "start": 1239885372,
            "stop": 1239885491
        },
        {
            "start": 1239885492,
            "stop": 1239885611
        },
        {
            "start": 1239885612,
            "stop": 1239885731
        },
        {
            "start": 1239885732,
            "stop": 1239885911
        },
        {
            "start": 1239885912,
            "stop": 1239886031
        },
        {
            "start": 1239886032,
            "stop": 1239886151
        },
        {
            "start": 1239886152,
            "stop": 1239886271
        },
        {
            "start": 1239886272,
            "stop": 1239886391
        },
        {
            "start": 1239886392,
            "stop": 1239886511
        },
        {
            "start": 1239886512,
            "stop": 1239886631
        },
        {
            "start": 1239886632,
            "stop": 1239886751
        },
        {
            "start": 1239886752,
            "stop": 1239886871
        },
        {
            "start": 1239886872,
            "stop": 1239886991
        },
        {
            "start": 1239886992,
            "stop": 1239887111
        },
        {
            "start": 1239887112,
            "stop": 1239887231
        },
        {
            "start": 1239887232,
            "stop": 1239887351
        },
        {
            "start": 1239887352,
            "stop": 1239887471
        },
        {
            "start": 1239887472,
            "stop": 1239887591
        },
        {
            "start": 1239887592,
            "stop": 1239887711
        }
    ]
}