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=4269
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=4270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4268",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4269,
    "results": [
        {
            "start": 874611854,
            "stop": 874611858
        },
        {
            "start": 874611885,
            "stop": 874611924
        },
        {
            "start": 874611948,
            "stop": 874611949
        },
        {
            "start": 874612020,
            "stop": 874612032
        },
        {
            "start": 874612059,
            "stop": 874612115
        },
        {
            "start": 874612141,
            "stop": 874612164
        },
        {
            "start": 874612191,
            "stop": 874612196
        },
        {
            "start": 874612240,
            "stop": 874612245
        },
        {
            "start": 874612272,
            "stop": 874612319
        },
        {
            "start": 874612339,
            "stop": 874612349
        },
        {
            "start": 874612388,
            "stop": 874612413
        },
        {
            "start": 874612432,
            "stop": 874612440
        },
        {
            "start": 874612465,
            "stop": 874612470
        },
        {
            "start": 874612489,
            "stop": 874612492
        },
        {
            "start": 874612512,
            "stop": 874612516
        },
        {
            "start": 874612535,
            "stop": 874612547
        },
        {
            "start": 874612598,
            "stop": 874612610
        },
        {
            "start": 874612637,
            "stop": 874612638
        },
        {
            "start": 874612658,
            "stop": 874612665
        },
        {
            "start": 874612752,
            "stop": 874612832
        }
    ]
}