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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10036",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10037,
    "results": [
        {
            "start": 872563703,
            "stop": 872563783
        },
        {
            "start": 872570407,
            "stop": 872570954
        },
        {
            "start": 872570971,
            "stop": 872571803
        },
        {
            "start": 872571840,
            "stop": 872572061
        },
        {
            "start": 872572119,
            "stop": 872572730
        },
        {
            "start": 872572768,
            "stop": 872573332
        },
        {
            "start": 872573452,
            "stop": 872573460
        },
        {
            "start": 872576504,
            "stop": 872577425
        },
        {
            "start": 872577461,
            "stop": 872578045
        },
        {
            "start": 872578165,
            "stop": 872578204
        },
        {
            "start": 872578221,
            "stop": 872578243
        },
        {
            "start": 872578260,
            "stop": 872578784
        },
        {
            "start": 872578841,
            "stop": 872579163
        },
        {
            "start": 872582882,
            "stop": 872582933
        },
        {
            "start": 872582967,
            "stop": 872583260
        },
        {
            "start": 872583302,
            "stop": 872583311
        },
        {
            "start": 872584890,
            "stop": 872585187
        },
        {
            "start": 872585204,
            "stop": 872586509
        },
        {
            "start": 872586548,
            "stop": 872586718
        },
        {
            "start": 872586754,
            "stop": 872586886
        }
    ]
}