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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=846",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=844",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 845,
    "results": [
        {
            "start": 962799140,
            "stop": 962799791
        },
        {
            "start": 962809067,
            "stop": 962809410
        },
        {
            "start": 962809416,
            "stop": 962809551
        },
        {
            "start": 962810326,
            "stop": 962812083
        },
        {
            "start": 962813606,
            "stop": 962818085
        },
        {
            "start": 962820152,
            "stop": 962820409
        },
        {
            "start": 962820415,
            "stop": 962827195
        },
        {
            "start": 962827201,
            "stop": 962828135
        },
        {
            "start": 962832236,
            "stop": 962832238
        },
        {
            "start": 962832261,
            "stop": 962834459
        },
        {
            "start": 962834466,
            "stop": 962835260
        },
        {
            "start": 962835422,
            "stop": 962836932
        },
        {
            "start": 962836937,
            "stop": 962838516
        },
        {
            "start": 962838522,
            "stop": 962841535
        },
        {
            "start": 962841541,
            "stop": 962841677
        },
        {
            "start": 962841682,
            "stop": 962842668
        },
        {
            "start": 962846871,
            "stop": 962846918
        },
        {
            "start": 962846923,
            "stop": 962846946
        },
        {
            "start": 962846952,
            "stop": 962847189
        },
        {
            "start": 962856735,
            "stop": 962856765
        }
    ]
}