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=5004
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=5005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5003",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5004,
    "results": [
        {
            "start": 872259622,
            "stop": 872259624
        },
        {
            "start": 872259755,
            "stop": 872259771
        },
        {
            "start": 872260638,
            "stop": 872260652
        },
        {
            "start": 872260703,
            "stop": 872260710
        },
        {
            "start": 872261030,
            "stop": 872261032
        },
        {
            "start": 872261119,
            "stop": 872261121
        },
        {
            "start": 872261196,
            "stop": 872261210
        },
        {
            "start": 872261247,
            "stop": 872261260
        },
        {
            "start": 872261296,
            "stop": 872261367
        },
        {
            "start": 872261425,
            "stop": 872261433
        },
        {
            "start": 872261471,
            "stop": 872261527
        },
        {
            "start": 872261601,
            "stop": 872261628
        },
        {
            "start": 872265166,
            "stop": 872265174
        },
        {
            "start": 872265208,
            "stop": 872266118
        },
        {
            "start": 872266154,
            "stop": 872266440
        },
        {
            "start": 872266509,
            "stop": 872266560
        },
        {
            "start": 872266620,
            "stop": 872266976
        },
        {
            "start": 872267040,
            "stop": 872267456
        },
        {
            "start": 872267492,
            "stop": 872268453
        },
        {
            "start": 872268489,
            "stop": 872268831
        }
    ]
}