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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2306",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2307,
    "results": [
        {
            "start": 874093275,
            "stop": 874095118
        },
        {
            "start": 874095135,
            "stop": 874095301
        },
        {
            "start": 874095318,
            "stop": 874095331
        },
        {
            "start": 874095348,
            "stop": 874095759
        },
        {
            "start": 874095776,
            "stop": 874096322
        },
        {
            "start": 874096339,
            "stop": 874096650
        },
        {
            "start": 874096667,
            "stop": 874096787
        },
        {
            "start": 874096806,
            "stop": 874097091
        },
        {
            "start": 874097108,
            "stop": 874097533
        },
        {
            "start": 874097550,
            "stop": 874098061
        },
        {
            "start": 874098078,
            "stop": 874098369
        },
        {
            "start": 874098386,
            "stop": 874103737
        },
        {
            "start": 874106234,
            "stop": 874109192
        },
        {
            "start": 874109211,
            "stop": 874115944
        },
        {
            "start": 874115963,
            "stop": 874122814
        },
        {
            "start": 874122832,
            "stop": 874130554
        },
        {
            "start": 874130573,
            "stop": 874132763
        },
        {
            "start": 874132782,
            "stop": 874133695
        },
        {
            "start": 874133714,
            "stop": 874134638
        },
        {
            "start": 874134657,
            "stop": 874134758
        }
    ]
}