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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=188",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 189,
    "results": [
        {
            "start": 819931728,
            "stop": 819961072
        },
        {
            "start": 819961571,
            "stop": 819965669
        },
        {
            "start": 819965675,
            "stop": 819965703
        },
        {
            "start": 819965708,
            "stop": 819965739
        },
        {
            "start": 819965748,
            "stop": 819965834
        },
        {
            "start": 819965844,
            "stop": 819965855
        },
        {
            "start": 819965871,
            "stop": 819965877
        },
        {
            "start": 819966845,
            "stop": 819966962
        },
        {
            "start": 819966967,
            "stop": 819978369
        },
        {
            "start": 819979058,
            "stop": 819979147
        },
        {
            "start": 819979676,
            "stop": 819982885
        },
        {
            "start": 819982893,
            "stop": 819983149
        },
        {
            "start": 819983154,
            "stop": 819984685
        },
        {
            "start": 819984690,
            "stop": 819984791
        },
        {
            "start": 819984796,
            "stop": 819985123
        },
        {
            "start": 819985128,
            "stop": 819985157
        },
        {
            "start": 819985162,
            "stop": 819985459
        },
        {
            "start": 819985726,
            "stop": 819985864
        },
        {
            "start": 819985869,
            "stop": 819985945
        },
        {
            "start": 819985950,
            "stop": 819986001
        }
    ]
}