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=9023
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=9024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9022",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9023,
    "results": [
        {
            "start": 874124329,
            "stop": 874124366
        },
        {
            "start": 874124698,
            "stop": 874124819
        },
        {
            "start": 874124838,
            "stop": 874125005
        },
        {
            "start": 874125024,
            "stop": 874125080
        },
        {
            "start": 874125099,
            "stop": 874125296
        },
        {
            "start": 874125315,
            "stop": 874125819
        },
        {
            "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
        }
    ]
}