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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=448",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 449,
    "results": [
        {
            "start": 825907315,
            "stop": 825907413
        },
        {
            "start": 825907417,
            "stop": 825907431
        },
        {
            "start": 825907434,
            "stop": 825907477
        },
        {
            "start": 825907480,
            "stop": 825907762
        },
        {
            "start": 825907771,
            "stop": 825907918
        },
        {
            "start": 825907921,
            "stop": 825908071
        },
        {
            "start": 825908074,
            "stop": 825908364
        },
        {
            "start": 825908367,
            "stop": 825908459
        },
        {
            "start": 825908462,
            "stop": 825908524
        },
        {
            "start": 825908530,
            "stop": 825908752
        },
        {
            "start": 825908760,
            "stop": 825908859
        },
        {
            "start": 825908862,
            "stop": 825908871
        },
        {
            "start": 825908875,
            "stop": 825908879
        },
        {
            "start": 825908882,
            "stop": 825908886
        },
        {
            "start": 825908890,
            "stop": 825908896
        },
        {
            "start": 825908899,
            "stop": 825908965
        },
        {
            "start": 825908970,
            "stop": 825909000
        },
        {
            "start": 825909003,
            "stop": 825909014
        },
        {
            "start": 825909017,
            "stop": 825909043
        },
        {
            "start": 825909049,
            "stop": 825909057
        }
    ]
}