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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5230",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5231,
    "results": [
        {
            "start": 970033651,
            "stop": 970033742
        },
        {
            "start": 970033745,
            "stop": 970033787
        },
        {
            "start": 970033790,
            "stop": 970033827
        },
        {
            "start": 970033830,
            "stop": 970033871
        },
        {
            "start": 970033874,
            "stop": 970034046
        },
        {
            "start": 970034049,
            "stop": 970034382
        },
        {
            "start": 970034385,
            "stop": 970034422
        },
        {
            "start": 970034425,
            "stop": 970034431
        },
        {
            "start": 970034434,
            "stop": 970034475
        },
        {
            "start": 970034478,
            "stop": 970034541
        },
        {
            "start": 970034544,
            "stop": 970034581
        },
        {
            "start": 970034584,
            "stop": 970034959
        },
        {
            "start": 970034962,
            "stop": 970035156
        },
        {
            "start": 970035173,
            "stop": 970035214
        },
        {
            "start": 970035217,
            "stop": 970035279
        },
        {
            "start": 970035282,
            "stop": 970035414
        },
        {
            "start": 970035417,
            "stop": 970035590
        },
        {
            "start": 970037056,
            "stop": 970037162
        },
        {
            "start": 970037165,
            "stop": 970037174
        },
        {
            "start": 970037177,
            "stop": 970037206
        }
    ]
}