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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=687",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 688,
    "results": [
        {
            "start": 846836951,
            "stop": 846845070
        },
        {
            "start": 846845130,
            "stop": 846853828
        },
        {
            "start": 846917049,
            "stop": 846917675
        },
        {
            "start": 846918075,
            "stop": 846918090
        },
        {
            "start": 846918432,
            "stop": 846918570
        },
        {
            "start": 846918630,
            "stop": 846919008
        },
        {
            "start": 846919009,
            "stop": 846920420
        },
        {
            "start": 846922904,
            "stop": 846923310
        },
        {
            "start": 846923370,
            "stop": 846923442
        },
        {
            "start": 846923444,
            "stop": 846923970
        },
        {
            "start": 846924030,
            "stop": 846924090
        },
        {
            "start": 846924150,
            "stop": 846924450
        },
        {
            "start": 846924510,
            "stop": 846924587
        },
        {
            "start": 846930038,
            "stop": 846930307
        },
        {
            "start": 846935693,
            "stop": 846936100
        },
        {
            "start": 846940340,
            "stop": 846941490
        },
        {
            "start": 846942690,
            "stop": 846945979
        },
        {
            "start": 846946379,
            "stop": 846946408
        },
        {
            "start": 846946728,
            "stop": 846950010
        },
        {
            "start": 846950070,
            "stop": 846950130
        }
    ]
}