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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=90",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 91,
    "results": [
        {
            "start": 818066941,
            "stop": 818066949
        },
        {
            "start": 818066957,
            "stop": 818066958
        },
        {
            "start": 818066981,
            "stop": 818066998
        },
        {
            "start": 818067006,
            "stop": 818067013
        },
        {
            "start": 818067029,
            "stop": 818067034
        },
        {
            "start": 818067042,
            "stop": 818067065
        },
        {
            "start": 818067078,
            "stop": 818067106
        },
        {
            "start": 818067114,
            "stop": 818067119
        },
        {
            "start": 818067127,
            "stop": 818067133
        },
        {
            "start": 818067149,
            "stop": 818067163
        },
        {
            "start": 818067201,
            "stop": 818067234
        },
        {
            "start": 818067242,
            "stop": 818067248
        },
        {
            "start": 818067257,
            "stop": 818067272
        },
        {
            "start": 818067301,
            "stop": 818067312
        },
        {
            "start": 818067337,
            "stop": 818067340
        },
        {
            "start": 818067359,
            "stop": 818067374
        },
        {
            "start": 818067390,
            "stop": 818067401
        },
        {
            "start": 818067414,
            "stop": 818067417
        },
        {
            "start": 818067466,
            "stop": 818067477
        },
        {
            "start": 818067508,
            "stop": 818067509
        }
    ]
}