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=8231
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=8232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8230",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8231,
    "results": [
        {
            "start": 873733700,
            "stop": 873733704
        },
        {
            "start": 873733735,
            "stop": 873733812
        },
        {
            "start": 873733835,
            "stop": 873733877
        },
        {
            "start": 873733900,
            "stop": 873733991
        },
        {
            "start": 873734012,
            "stop": 873734078
        },
        {
            "start": 873734097,
            "stop": 873734152
        },
        {
            "start": 873734174,
            "stop": 873734236
        },
        {
            "start": 873734256,
            "stop": 873734282
        },
        {
            "start": 873734299,
            "stop": 873734319
        },
        {
            "start": 873734350,
            "stop": 873734356
        },
        {
            "start": 873734376,
            "stop": 873734393
        },
        {
            "start": 873734429,
            "stop": 873734464
        },
        {
            "start": 873734483,
            "stop": 873734505
        },
        {
            "start": 873734525,
            "stop": 873734681
        },
        {
            "start": 873734720,
            "stop": 873734727
        },
        {
            "start": 873734754,
            "stop": 873734772
        },
        {
            "start": 873734794,
            "stop": 873734885
        },
        {
            "start": 873734907,
            "stop": 873734938
        },
        {
            "start": 873734970,
            "stop": 873735021
        },
        {
            "start": 873735042,
            "stop": 873735054
        }
    ]
}