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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=101",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 102,
    "results": [
        {
            "start": 932427783,
            "stop": 932427832
        },
        {
            "start": 932427969,
            "stop": 932427976
        },
        {
            "start": 932432874,
            "stop": 932435810
        },
        {
            "start": 932435829,
            "stop": 932438133
        },
        {
            "start": 932438154,
            "stop": 932438457
        },
        {
            "start": 932438462,
            "stop": 932438932
        },
        {
            "start": 932438950,
            "stop": 932441001
        },
        {
            "start": 932441020,
            "stop": 932441184
        },
        {
            "start": 932441189,
            "stop": 932444231
        },
        {
            "start": 932444531,
            "stop": 932444651
        },
        {
            "start": 932450319,
            "stop": 932450464
        },
        {
            "start": 932450469,
            "stop": 932450797
        },
        {
            "start": 932450816,
            "stop": 932451248
        },
        {
            "start": 932451253,
            "stop": 932451796
        },
        {
            "start": 932451814,
            "stop": 932452381
        },
        {
            "start": 932454649,
            "stop": 932455536
        },
        {
            "start": 932455555,
            "stop": 932455621
        },
        {
            "start": 932455640,
            "stop": 932455655
        },
        {
            "start": 932455674,
            "stop": 932455754
        },
        {
            "start": 932455759,
            "stop": 932456974
        }
    ]
}