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=8855
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=8856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8854",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8855,
    "results": [
        {
            "start": 873002875,
            "stop": 873003015
        },
        {
            "start": 873003041,
            "stop": 873003074
        },
        {
            "start": 873003112,
            "stop": 873003264
        },
        {
            "start": 873003571,
            "stop": 873003632
        },
        {
            "start": 873004297,
            "stop": 873004318
        },
        {
            "start": 873004337,
            "stop": 873004341
        },
        {
            "start": 873004366,
            "stop": 873004376
        },
        {
            "start": 873004395,
            "stop": 873004733
        },
        {
            "start": 873004753,
            "stop": 873004876
        },
        {
            "start": 873004895,
            "stop": 873005690
        },
        {
            "start": 873005707,
            "stop": 873005732
        },
        {
            "start": 873005803,
            "stop": 873005813
        },
        {
            "start": 873005840,
            "stop": 873006149
        },
        {
            "start": 873006169,
            "stop": 873006330
        },
        {
            "start": 873006349,
            "stop": 873006360
        },
        {
            "start": 873006455,
            "stop": 873006523
        },
        {
            "start": 873006540,
            "stop": 873006714
        },
        {
            "start": 873006733,
            "stop": 873006836
        },
        {
            "start": 873006905,
            "stop": 873006916
        },
        {
            "start": 873006935,
            "stop": 873006952
        }
    ]
}