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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=166",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 167,
    "results": [
        {
            "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": 817271819
        },
        {
            "start": 817271836,
            "stop": 817271954
        },
        {
            "start": 817271971,
            "stop": 817272185
        },
        {
            "start": 817272205,
            "stop": 817272296
        },
        {
            "start": 817272321,
            "stop": 817272932
        },
        {
            "start": 817272969,
            "stop": 817273004
        },
        {
            "start": 817273021,
            "stop": 817276626
        },
        {
            "start": 817276653,
            "stop": 817276668
        },
        {
            "start": 817276748,
            "stop": 817276822
        },
        {
            "start": 817276826,
            "stop": 817277204
        },
        {
            "start": 817277221,
            "stop": 817277224
        },
        {
            "start": 817277241,
            "stop": 817277274
        },
        {
            "start": 817277304,
            "stop": 817277359
        },
        {
            "start": 817277378,
            "stop": 817277389
        }
    ]
}