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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=692",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=690",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 691,
    "results": [
        {
            "start": 950704104,
            "stop": 950704850
        },
        {
            "start": 950704856,
            "stop": 950705313
        },
        {
            "start": 950705319,
            "stop": 950705506
        },
        {
            "start": 950705512,
            "stop": 950705665
        },
        {
            "start": 950706631,
            "stop": 950706721
        },
        {
            "start": 950706800,
            "stop": 950707094
        },
        {
            "start": 950712752,
            "stop": 950712757
        },
        {
            "start": 950712763,
            "stop": 950714080
        },
        {
            "start": 950714637,
            "stop": 950715222
        },
        {
            "start": 950715228,
            "stop": 950715465
        },
        {
            "start": 950715471,
            "stop": 950716610
        },
        {
            "start": 950717876,
            "stop": 950719984
        },
        {
            "start": 950722069,
            "stop": 950722698
        },
        {
            "start": 950722704,
            "stop": 950723409
        },
        {
            "start": 950775302,
            "stop": 950775406
        },
        {
            "start": 950775412,
            "stop": 950775467
        },
        {
            "start": 950775473,
            "stop": 950779959
        },
        {
            "start": 950779969,
            "stop": 950782442
        },
        {
            "start": 950782448,
            "stop": 950782982
        },
        {
            "start": 950782988,
            "stop": 950784772
        }
    ]
}