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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=185",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 186,
    "results": [
        {
            "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
        },
        {
            "start": 932997762,
            "stop": 932997890
        },
        {
            "start": 932997934,
            "stop": 932997942
        },
        {
            "start": 932997961,
            "stop": 932997964
        },
        {
            "start": 932997983,
            "stop": 932998004
        },
        {
            "start": 932998031,
            "stop": 932998198
        },
        {
            "start": 932998217,
            "stop": 932998265
        },
        {
            "start": 932998284,
            "stop": 932998295
        },
        {
            "start": 932998301,
            "stop": 932998713
        }
    ]
}