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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5162",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5163,
    "results": [
        {
            "start": 969628118,
            "stop": 969628121
        },
        {
            "start": 969628124,
            "stop": 969628143
        },
        {
            "start": 969628146,
            "stop": 969628158
        },
        {
            "start": 969628161,
            "stop": 969628178
        },
        {
            "start": 969628358,
            "stop": 969628398
        },
        {
            "start": 969628401,
            "stop": 969628436
        },
        {
            "start": 969628439,
            "stop": 969628532
        },
        {
            "start": 969628537,
            "stop": 969628549
        },
        {
            "start": 969628552,
            "stop": 969628598
        },
        {
            "start": 969633578,
            "stop": 969633638
        },
        {
            "start": 969633758,
            "stop": 969633765
        },
        {
            "start": 969633768,
            "stop": 969633803
        },
        {
            "start": 969633806,
            "stop": 969633812
        },
        {
            "start": 969633815,
            "stop": 969633818
        },
        {
            "start": 969634598,
            "stop": 969634718
        },
        {
            "start": 969635078,
            "stop": 969635094
        },
        {
            "start": 969635097,
            "stop": 969635254
        },
        {
            "start": 969635257,
            "stop": 969635258
        },
        {
            "start": 969635498,
            "stop": 969635509
        },
        {
            "start": 969635513,
            "stop": 969635678
        }
    ]
}