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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=126",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 127,
    "results": [
        {
            "start": 932679475,
            "stop": 932679530
        },
        {
            "start": 932679549,
            "stop": 932679609
        },
        {
            "start": 932679614,
            "stop": 932679629
        },
        {
            "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
        }
    ]
}