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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=119",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 120,
    "results": [
        {
            "start": 818243070,
            "stop": 818243074
        },
        {
            "start": 818243088,
            "stop": 818243092
        },
        {
            "start": 818243108,
            "stop": 818243114
        },
        {
            "start": 818243144,
            "stop": 818243147
        },
        {
            "start": 818243155,
            "stop": 818243157
        },
        {
            "start": 818243291,
            "stop": 818243297
        },
        {
            "start": 818243320,
            "stop": 818243323
        },
        {
            "start": 818243393,
            "stop": 818243396
        },
        {
            "start": 818243436,
            "stop": 818243442
        },
        {
            "start": 818243590,
            "stop": 818243599
        },
        {
            "start": 818243607,
            "stop": 818243612
        },
        {
            "start": 818243766,
            "stop": 818243768
        },
        {
            "start": 818244004,
            "stop": 818244006
        },
        {
            "start": 818244197,
            "stop": 818244198
        },
        {
            "start": 818244208,
            "stop": 818244209
        },
        {
            "start": 818244293,
            "stop": 818244297
        },
        {
            "start": 818244363,
            "stop": 818244364
        },
        {
            "start": 818244411,
            "stop": 818244418
        },
        {
            "start": 818244581,
            "stop": 818244583
        },
        {
            "start": 818244685,
            "stop": 818244688
        }
    ]
}