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=5137
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=5138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5136",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5137,
    "results": [
        {
            "start": 969440196,
            "stop": 969440622
        },
        {
            "start": 969440625,
            "stop": 969440947
        },
        {
            "start": 969440950,
            "stop": 969442848
        },
        {
            "start": 969442851,
            "stop": 969443101
        },
        {
            "start": 969443104,
            "stop": 969443393
        },
        {
            "start": 969443396,
            "stop": 969443617
        },
        {
            "start": 969443620,
            "stop": 969444522
        },
        {
            "start": 969444525,
            "stop": 969445387
        },
        {
            "start": 969445390,
            "stop": 969446598
        },
        {
            "start": 969446601,
            "stop": 969447295
        },
        {
            "start": 969447298,
            "stop": 969447376
        },
        {
            "start": 969447379,
            "stop": 969448010
        },
        {
            "start": 969448013,
            "stop": 969448180
        },
        {
            "start": 969448183,
            "stop": 969448712
        },
        {
            "start": 969448715,
            "stop": 969449391
        },
        {
            "start": 969449394,
            "stop": 969449990
        },
        {
            "start": 969449994,
            "stop": 969450012
        },
        {
            "start": 969450015,
            "stop": 969450201
        },
        {
            "start": 969450204,
            "stop": 969452084
        },
        {
            "start": 969452087,
            "stop": 969452143
        }
    ]
}