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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=199",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 200,
    "results": [
        {
            "start": 820543975,
            "stop": 820551305
        },
        {
            "start": 820551333,
            "stop": 820552245
        },
        {
            "start": 820552249,
            "stop": 820554349
        },
        {
            "start": 820559473,
            "stop": 820570660
        },
        {
            "start": 820570715,
            "stop": 820570746
        },
        {
            "start": 820570753,
            "stop": 820570788
        },
        {
            "start": 820570793,
            "stop": 820570896
        },
        {
            "start": 820570907,
            "stop": 820570922
        },
        {
            "start": 820570945,
            "stop": 820570955
        },
        {
            "start": 820570967,
            "stop": 820570968
        },
        {
            "start": 820571924,
            "stop": 820586828
        },
        {
            "start": 820586833,
            "stop": 820587110
        },
        {
            "start": 820587247,
            "stop": 820587248
        },
        {
            "start": 820587391,
            "stop": 820587961
        },
        {
            "start": 820587966,
            "stop": 820588169
        },
        {
            "start": 820588174,
            "stop": 820588931
        },
        {
            "start": 820588936,
            "stop": 820589060
        },
        {
            "start": 820589066,
            "stop": 820589079
        },
        {
            "start": 820589091,
            "stop": 820589214
        },
        {
            "start": 820589219,
            "stop": 820589280
        }
    ]
}