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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5060",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5061,
    "results": [
        {
            "start": 872989636,
            "stop": 872991783
        },
        {
            "start": 872991829,
            "stop": 872991886
        },
        {
            "start": 872992062,
            "stop": 872992183
        },
        {
            "start": 872992221,
            "stop": 872992236
        },
        {
            "start": 872993352,
            "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
        },
        {
            "start": 872996145,
            "stop": 872996174
        },
        {
            "start": 872996274,
            "stop": 872996294
        },
        {
            "start": 872996355,
            "stop": 872996363
        },
        {
            "start": 872996427,
            "stop": 872996573
        },
        {
            "start": 872996590,
            "stop": 872996818
        },
        {
            "start": 872996854,
            "stop": 872997116
        }
    ]
}