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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=316",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 317,
    "results": [
        {
            "start": 861619885,
            "stop": 861628820
        },
        {
            "start": 861628956,
            "stop": 861632745
        },
        {
            "start": 861633623,
            "stop": 861633728
        },
        {
            "start": 861633810,
            "stop": 861633835
        },
        {
            "start": 861634924,
            "stop": 861635971
        },
        {
            "start": 861638327,
            "stop": 861646831
        },
        {
            "start": 861646880,
            "stop": 861653649
        },
        {
            "start": 861654850,
            "stop": 861655858
        },
        {
            "start": 861656068,
            "stop": 861669772
        },
        {
            "start": 861670167,
            "stop": 861691339
        },
        {
            "start": 861694140,
            "stop": 861713290
        },
        {
            "start": 861714564,
            "stop": 861717713
        },
        {
            "start": 861719705,
            "stop": 861720091
        },
        {
            "start": 861720347,
            "stop": 861720585
        },
        {
            "start": 861723659,
            "stop": 861723734
        },
        {
            "start": 861723957,
            "stop": 861724572
        },
        {
            "start": 861726785,
            "stop": 861748879
        },
        {
            "start": 861749903,
            "stop": 861750615
        },
        {
            "start": 861750688,
            "stop": 861752851
        },
        {
            "start": 861752951,
            "stop": 861774455
        }
    ]
}