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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=172",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 173,
    "results": [
        {
            "start": 931428531,
            "stop": 931428549
        },
        {
            "start": 931428552,
            "stop": 931428558
        },
        {
            "start": 931428560,
            "stop": 931428570
        },
        {
            "start": 931428577,
            "stop": 931428579
        },
        {
            "start": 931428586,
            "stop": 931428595
        },
        {
            "start": 931428597,
            "stop": 931428600
        },
        {
            "start": 931428602,
            "stop": 931428604
        },
        {
            "start": 931428606,
            "stop": 931428607
        },
        {
            "start": 931428612,
            "stop": 931428613
        },
        {
            "start": 931428616,
            "stop": 931428617
        },
        {
            "start": 931428619,
            "stop": 931428623
        },
        {
            "start": 931428629,
            "stop": 931428630
        },
        {
            "start": 931428632,
            "stop": 931428633
        },
        {
            "start": 931428641,
            "stop": 931428644
        },
        {
            "start": 931428646,
            "stop": 931428647
        },
        {
            "start": 931428650,
            "stop": 931428655
        },
        {
            "start": 931428661,
            "stop": 931428663
        },
        {
            "start": 931428665,
            "stop": 931428670
        },
        {
            "start": 931428676,
            "stop": 931428677
        },
        {
            "start": 931428680,
            "stop": 931428698
        }
    ]
}