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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8964",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8965,
    "results": [
        {
            "start": 873773972,
            "stop": 873774057
        },
        {
            "start": 873774077,
            "stop": 873774204
        },
        {
            "start": 873774223,
            "stop": 873774471
        },
        {
            "start": 873774607,
            "stop": 873774629
        },
        {
            "start": 873774648,
            "stop": 873774765
        },
        {
            "start": 873774785,
            "stop": 873775015
        },
        {
            "start": 873775739,
            "stop": 873775827
        },
        {
            "start": 873776603,
            "stop": 873776615
        },
        {
            "start": 873776634,
            "stop": 873776686
        },
        {
            "start": 873776709,
            "stop": 873777188
        },
        {
            "start": 873777207,
            "stop": 873777277
        },
        {
            "start": 873777296,
            "stop": 873777487
        },
        {
            "start": 873777509,
            "stop": 873777950
        },
        {
            "start": 873777969,
            "stop": 873778138
        },
        {
            "start": 873778157,
            "stop": 873778282
        },
        {
            "start": 873778320,
            "stop": 873778454
        },
        {
            "start": 873778473,
            "stop": 873778637
        },
        {
            "start": 873778654,
            "stop": 873779161
        },
        {
            "start": 873779180,
            "stop": 873779386
        },
        {
            "start": 873779406,
            "stop": 873779409
        }
    ]
}