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=8301
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=8302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8300",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8301,
    "results": [
        {
            "start": 874125838,
            "stop": 874126785
        },
        {
            "start": 874126802,
            "stop": 874127123
        },
        {
            "start": 874127142,
            "stop": 874128005
        },
        {
            "start": 874128022,
            "stop": 874130554
        },
        {
            "start": 874130573,
            "stop": 874131572
        },
        {
            "start": 874131591,
            "stop": 874132763
        },
        {
            "start": 874132782,
            "stop": 874132784
        },
        {
            "start": 874132801,
            "stop": 874132940
        },
        {
            "start": 874132957,
            "stop": 874133325
        },
        {
            "start": 874133342,
            "stop": 874133695
        },
        {
            "start": 874133714,
            "stop": 874134638
        },
        {
            "start": 874134657,
            "stop": 874134758
        },
        {
            "start": 874134777,
            "stop": 874135256
        },
        {
            "start": 874135275,
            "stop": 874135349
        },
        {
            "start": 874135368,
            "stop": 874135401
        },
        {
            "start": 874135418,
            "stop": 874135470
        },
        {
            "start": 874137210,
            "stop": 874137244
        },
        {
            "start": 874137275,
            "stop": 874137695
        },
        {
            "start": 874137714,
            "stop": 874137947
        },
        {
            "start": 874137986,
            "stop": 874137994
        }
    ]
}