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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=274",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 275,
    "results": [
        {
            "start": 817984465,
            "stop": 817984608
        },
        {
            "start": 817984627,
            "stop": 817984640
        },
        {
            "start": 817984711,
            "stop": 817984717
        },
        {
            "start": 817984739,
            "stop": 817984793
        },
        {
            "start": 817984830,
            "stop": 817984856
        },
        {
            "start": 817984924,
            "stop": 817985161
        },
        {
            "start": 817985200,
            "stop": 817985228
        },
        {
            "start": 817985247,
            "stop": 817985266
        },
        {
            "start": 817985289,
            "stop": 817985312
        },
        {
            "start": 817985367,
            "stop": 817985467
        },
        {
            "start": 817985486,
            "stop": 817985528
        },
        {
            "start": 817985572,
            "stop": 817985586
        },
        {
            "start": 817985605,
            "stop": 817985650
        },
        {
            "start": 817985670,
            "stop": 817985716
        },
        {
            "start": 817985737,
            "stop": 817985786
        },
        {
            "start": 817985879,
            "stop": 817985927
        },
        {
            "start": 817985964,
            "stop": 817986022
        },
        {
            "start": 817986052,
            "stop": 817986101
        },
        {
            "start": 817986137,
            "stop": 817986138
        },
        {
            "start": 817986158,
            "stop": 817986223
        }
    ]
}