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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4308",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4309,
    "results": [
        {
            "start": 874685469,
            "stop": 874685508
        },
        {
            "start": 874685527,
            "stop": 874685588
        },
        {
            "start": 874685618,
            "stop": 874685667
        },
        {
            "start": 874685692,
            "stop": 874685705
        },
        {
            "start": 874685724,
            "stop": 874685727
        },
        {
            "start": 874685746,
            "stop": 874685791
        },
        {
            "start": 874685810,
            "stop": 874685842
        },
        {
            "start": 874685879,
            "stop": 874685960
        },
        {
            "start": 874685980,
            "stop": 874686021
        },
        {
            "start": 874686040,
            "stop": 874686093
        },
        {
            "start": 874686147,
            "stop": 874686205
        },
        {
            "start": 874686225,
            "stop": 874686241
        },
        {
            "start": 874686260,
            "stop": 874686347
        },
        {
            "start": 874686366,
            "stop": 874686451
        },
        {
            "start": 874686486,
            "stop": 874686511
        },
        {
            "start": 874686555,
            "stop": 874686560
        },
        {
            "start": 874686583,
            "stop": 874686585
        },
        {
            "start": 874686604,
            "stop": 874686657
        },
        {
            "start": 874686676,
            "stop": 874686797
        },
        {
            "start": 874686816,
            "stop": 874686833
        }
    ]
}