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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=801",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 802,
    "results": [
        {
            "start": 858932833,
            "stop": 858933913
        },
        {
            "start": 858934134,
            "stop": 858938604
        },
        {
            "start": 858938754,
            "stop": 858941574
        },
        {
            "start": 858942831,
            "stop": 858944001
        },
        {
            "start": 858944151,
            "stop": 858945051
        },
        {
            "start": 858945988,
            "stop": 858949768
        },
        {
            "start": 858950973,
            "stop": 858951273
        },
        {
            "start": 858951494,
            "stop": 858952814
        },
        {
            "start": 858952964,
            "stop": 858956534
        },
        {
            "start": 858956690,
            "stop": 858957530
        },
        {
            "start": 858958582,
            "stop": 858961162
        },
        {
            "start": 858962342,
            "stop": 858963962
        },
        {
            "start": 858965585,
            "stop": 858965885
        },
        {
            "start": 858966038,
            "stop": 858966158
        },
        {
            "start": 858968544,
            "stop": 858968724
        },
        {
            "start": 858968886,
            "stop": 858969726
        },
        {
            "start": 858969876,
            "stop": 858970386
        },
        {
            "start": 858970723,
            "stop": 858971683
        },
        {
            "start": 858975058,
            "stop": 858975358
        },
        {
            "start": 858975518,
            "stop": 858976718
        }
    ]
}