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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=172",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 173,
    "results": [
        {
            "start": 839104044,
            "stop": 839110813
        },
        {
            "start": 839110833,
            "stop": 839110834
        },
        {
            "start": 839110933,
            "stop": 839111593
        },
        {
            "start": 839111594,
            "stop": 839111596
        },
        {
            "start": 839111969,
            "stop": 839126773
        },
        {
            "start": 839126793,
            "stop": 839126794
        },
        {
            "start": 839127313,
            "stop": 839136493
        },
        {
            "start": 839140486,
            "stop": 839146153
        },
        {
            "start": 839146163,
            "stop": 839146164
        },
        {
            "start": 839146942,
            "stop": 839150293
        },
        {
            "start": 839150306,
            "stop": 839150307
        },
        {
            "start": 839150480,
            "stop": 839162413
        },
        {
            "start": 839162429,
            "stop": 839162430
        },
        {
            "start": 839163133,
            "stop": 839168953
        },
        {
            "start": 839168979,
            "stop": 839168981
        },
        {
            "start": 839169106,
            "stop": 839169606
        },
        {
            "start": 839169741,
            "stop": 839174173
        },
        {
            "start": 839174179,
            "stop": 839174181
        },
        {
            "start": 839174304,
            "stop": 839183473
        },
        {
            "start": 839183485,
            "stop": 839183486
        }
    ]
}