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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=129",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 130,
    "results": [
        {
            "start": 932694881,
            "stop": 932695582
        },
        {
            "start": 932695601,
            "stop": 932697039
        },
        {
            "start": 932697058,
            "stop": 932697263
        },
        {
            "start": 932697268,
            "stop": 932699820
        },
        {
            "start": 932699839,
            "stop": 932701641
        },
        {
            "start": 932701660,
            "stop": 932702537
        },
        {
            "start": 932702556,
            "stop": 932702631
        },
        {
            "start": 932702636,
            "stop": 932703294
        },
        {
            "start": 932703313,
            "stop": 932703372
        },
        {
            "start": 932703391,
            "stop": 932703923
        },
        {
            "start": 932703942,
            "stop": 932704120
        },
        {
            "start": 932704139,
            "stop": 932704152
        },
        {
            "start": 932704171,
            "stop": 932704206
        },
        {
            "start": 932704225,
            "stop": 932706978
        },
        {
            "start": 932707004,
            "stop": 932707195
        },
        {
            "start": 932707214,
            "stop": 932707567
        },
        {
            "start": 932707586,
            "stop": 932707614
        },
        {
            "start": 932707633,
            "stop": 932708822
        },
        {
            "start": 932708841,
            "stop": 932708934
        },
        {
            "start": 932708970,
            "stop": 932709007
        }
    ]
}