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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=216",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 217,
    "results": [
        {
            "start": 931457974,
            "stop": 931457977
        },
        {
            "start": 931457980,
            "stop": 931457984
        },
        {
            "start": 931457986,
            "stop": 931457990
        },
        {
            "start": 931457991,
            "stop": 931457992
        },
        {
            "start": 931457997,
            "stop": 931457999
        },
        {
            "start": 931458006,
            "stop": 931458012
        },
        {
            "start": 931458014,
            "stop": 931458025
        },
        {
            "start": 931458030,
            "stop": 931458031
        },
        {
            "start": 931458036,
            "stop": 931458041
        },
        {
            "start": 931458046,
            "stop": 931458049
        },
        {
            "start": 931458051,
            "stop": 931458057
        },
        {
            "start": 931458062,
            "stop": 931458063
        },
        {
            "start": 931458067,
            "stop": 931458069
        },
        {
            "start": 931458070,
            "stop": 931458071
        },
        {
            "start": 931458077,
            "stop": 931458078
        },
        {
            "start": 931458083,
            "stop": 931458084
        },
        {
            "start": 931458098,
            "stop": 931458100
        },
        {
            "start": 931458104,
            "stop": 931458105
        },
        {
            "start": 931458109,
            "stop": 931458113
        },
        {
            "start": 931458115,
            "stop": 931458116
        }
    ]
}