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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=25",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 26,
    "results": [
        {
            "start": 1405028117,
            "stop": 1405050358
        },
        {
            "start": 1405055477,
            "stop": 1405064057
        },
        {
            "start": 1405064177,
            "stop": 1405064761
        },
        {
            "start": 1405064961,
            "stop": 1405065385
        },
        {
            "start": 1405065884,
            "stop": 1405066352
        },
        {
            "start": 1405066765,
            "stop": 1405067873
        },
        {
            "start": 1405068009,
            "stop": 1405068977
        },
        {
            "start": 1405069553,
            "stop": 1405070000
        },
        {
            "start": 1405070468,
            "stop": 1405075400
        },
        {
            "start": 1405076194,
            "stop": 1405077270
        },
        {
            "start": 1405077390,
            "stop": 1405079768
        },
        {
            "start": 1405080176,
            "stop": 1405080590
        },
        {
            "start": 1405081182,
            "stop": 1405081238
        },
        {
            "start": 1405081358,
            "stop": 1405082086
        },
        {
            "start": 1405082222,
            "stop": 1405093329
        },
        {
            "start": 1405109113,
            "stop": 1405162989
        },
        {
            "start": 1405163109,
            "stop": 1405163145
        },
        {
            "start": 1405163449,
            "stop": 1405170245
        },
        {
            "start": 1405193179,
            "stop": 1405226835
        },
        {
            "start": 1405227343,
            "stop": 1405228011
        }
    ]
}