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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=181",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 182,
    "results": [
        {
            "start": 932995310,
            "stop": 932995497
        },
        {
            "start": 932995515,
            "stop": 932995609
        },
        {
            "start": 932995628,
            "stop": 932995770
        },
        {
            "start": 932995789,
            "stop": 932995809
        },
        {
            "start": 932995828,
            "stop": 932996020
        },
        {
            "start": 932996039,
            "stop": 932996078
        },
        {
            "start": 932996083,
            "stop": 932996185
        },
        {
            "start": 932996186,
            "stop": 932996190
        },
        {
            "start": 932996191,
            "stop": 932996347
        },
        {
            "start": 932996366,
            "stop": 932996424
        },
        {
            "start": 932996430,
            "stop": 932996659
        },
        {
            "start": 932996678,
            "stop": 932996788
        },
        {
            "start": 932996789,
            "stop": 932996805
        },
        {
            "start": 932996824,
            "stop": 932996963
        },
        {
            "start": 932996987,
            "stop": 932996991
        },
        {
            "start": 932997014,
            "stop": 932997024
        },
        {
            "start": 932997066,
            "stop": 932997099
        },
        {
            "start": 932997118,
            "stop": 932997174
        },
        {
            "start": 932997193,
            "stop": 932997415
        },
        {
            "start": 932997448,
            "stop": 932997730
        }
    ]
}