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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10062",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10063,
    "results": [
        {
            "start": 872984867,
            "stop": 872985920
        },
        {
            "start": 872985937,
            "stop": 872986275
        },
        {
            "start": 872986320,
            "stop": 872987180
        },
        {
            "start": 872987197,
            "stop": 872987220
        },
        {
            "start": 872988342,
            "stop": 872989619
        },
        {
            "start": 872989636,
            "stop": 872990108
        },
        {
            "start": 872990228,
            "stop": 872991783
        },
        {
            "start": 872991829,
            "stop": 872991886
        },
        {
            "start": 872992062,
            "stop": 872992183
        },
        {
            "start": 872992221,
            "stop": 872992236
        },
        {
            "start": 872993385,
            "stop": 872994400
        },
        {
            "start": 872994417,
            "stop": 872994537
        },
        {
            "start": 872994574,
            "stop": 872994614
        },
        {
            "start": 872994650,
            "stop": 872994736
        },
        {
            "start": 872994772,
            "stop": 872995056
        },
        {
            "start": 872995092,
            "stop": 872995143
        },
        {
            "start": 872995192,
            "stop": 872995284
        },
        {
            "start": 872995320,
            "stop": 872995377
        },
        {
            "start": 872995432,
            "stop": 872995776
        },
        {
            "start": 872995840,
            "stop": 872995982
        }
    ]
}