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=2226
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=2227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2225",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2226,
    "results": [
        {
            "start": 873002274,
            "stop": 873002310
        },
        {
            "start": 873002327,
            "stop": 873002511
        },
        {
            "start": 873002531,
            "stop": 873002711
        },
        {
            "start": 873002731,
            "stop": 873002751
        },
        {
            "start": 873002772,
            "stop": 873002810
        },
        {
            "start": 873002829,
            "stop": 873002836
        },
        {
            "start": 873002855,
            "stop": 873002856
        },
        {
            "start": 873002875,
            "stop": 873003015
        },
        {
            "start": 873003041,
            "stop": 873003074
        },
        {
            "start": 873003112,
            "stop": 873003534
        },
        {
            "start": 873003571,
            "stop": 873004278
        },
        {
            "start": 873004297,
            "stop": 873004318
        },
        {
            "start": 873004337,
            "stop": 873004341
        },
        {
            "start": 873004366,
            "stop": 873004376
        },
        {
            "start": 873004395,
            "stop": 873004733
        },
        {
            "start": 873004753,
            "stop": 873004876
        },
        {
            "start": 873004895,
            "stop": 873005732
        },
        {
            "start": 873005803,
            "stop": 873005813
        },
        {
            "start": 873005840,
            "stop": 873006149
        },
        {
            "start": 873006169,
            "stop": 873006331
        }
    ]
}