Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=182",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 183,
    "results": [
        {
            "start": 1240083188,
            "stop": 1240083307
        },
        {
            "start": 1240083308,
            "stop": 1240083427
        },
        {
            "start": 1240083428,
            "stop": 1240083547
        },
        {
            "start": 1240083548,
            "stop": 1240083667
        },
        {
            "start": 1240083668,
            "stop": 1240083787
        },
        {
            "start": 1240083788,
            "stop": 1240083907
        },
        {
            "start": 1240083908,
            "stop": 1240084027
        },
        {
            "start": 1240084028,
            "stop": 1240084147
        },
        {
            "start": 1240084148,
            "stop": 1240084267
        },
        {
            "start": 1240084268,
            "stop": 1240084383
        },
        {
            "start": 1240084385,
            "stop": 1240084507
        },
        {
            "start": 1240084508,
            "stop": 1240084627
        },
        {
            "start": 1240084628,
            "stop": 1240084747
        },
        {
            "start": 1240084748,
            "stop": 1240084867
        },
        {
            "start": 1240084868,
            "stop": 1240084987
        },
        {
            "start": 1240084988,
            "stop": 1240085107
        },
        {
            "start": 1240085108,
            "stop": 1240085227
        },
        {
            "start": 1240085228,
            "stop": 1240085347
        },
        {
            "start": 1240085348,
            "stop": 1240085467
        },
        {
            "start": 1240085468,
            "stop": 1240085587
        }
    ]
}