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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=172",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 173,
    "results": [
        {
            "start": 931428491,
            "stop": 931428496
        },
        {
            "start": 931428501,
            "stop": 931428504
        },
        {
            "start": 931428507,
            "stop": 931428510
        },
        {
            "start": 931428512,
            "stop": 931428519
        },
        {
            "start": 931428525,
            "stop": 931428529
        },
        {
            "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
        }
    ]
}