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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=160",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 161,
    "results": [
        {
            "start": 817268262,
            "stop": 817268282
        },
        {
            "start": 817268299,
            "stop": 817268709
        },
        {
            "start": 817268729,
            "stop": 817268833
        },
        {
            "start": 817268853,
            "stop": 817269060
        },
        {
            "start": 817269120,
            "stop": 817269516
        },
        {
            "start": 817269536,
            "stop": 817269540
        },
        {
            "start": 817269600,
            "stop": 817269780
        },
        {
            "start": 817269840,
            "stop": 817269960
        },
        {
            "start": 817270080,
            "stop": 817270142
        },
        {
            "start": 817270159,
            "stop": 817270240
        },
        {
            "start": 817270257,
            "stop": 817270269
        },
        {
            "start": 817270289,
            "stop": 817270336
        },
        {
            "start": 817270353,
            "stop": 817270384
        },
        {
            "start": 817270403,
            "stop": 817270735
        },
        {
            "start": 817270755,
            "stop": 817271530
        },
        {
            "start": 817271551,
            "stop": 817271714
        },
        {
            "start": 817271731,
            "stop": 817271760
        },
        {
            "start": 817271836,
            "stop": 817271954
        },
        {
            "start": 817271971,
            "stop": 817272060
        },
        {
            "start": 817272240,
            "stop": 817272296
        }
    ]
}