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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=179",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 180,
    "results": [
        {
            "start": 819912848,
            "stop": 819912917
        },
        {
            "start": 819912945,
            "stop": 819913320
        },
        {
            "start": 819916519,
            "stop": 819916876
        },
        {
            "start": 819916883,
            "stop": 819916901
        },
        {
            "start": 819916910,
            "stop": 819917233
        },
        {
            "start": 819928996,
            "stop": 819929474
        },
        {
            "start": 819929489,
            "stop": 819929574
        },
        {
            "start": 819929581,
            "stop": 819929641
        },
        {
            "start": 819929649,
            "stop": 819929693
        },
        {
            "start": 819929721,
            "stop": 819931721
        },
        {
            "start": 819931749,
            "stop": 819932361
        },
        {
            "start": 819932368,
            "stop": 819946830
        },
        {
            "start": 819947250,
            "stop": 819961033
        },
        {
            "start": 819961071,
            "stop": 819961072
        },
        {
            "start": 819961571,
            "stop": 819965548
        },
        {
            "start": 819965562,
            "stop": 819965589
        },
        {
            "start": 819965596,
            "stop": 819965601
        },
        {
            "start": 819966845,
            "stop": 819966962
        },
        {
            "start": 819966973,
            "stop": 819978369
        },
        {
            "start": 819979058,
            "stop": 819979147
        }
    ]
}