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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=154",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 155,
    "results": [
        {
            "start": 819728369,
            "stop": 819728378
        },
        {
            "start": 819728381,
            "stop": 819728517
        },
        {
            "start": 819728520,
            "stop": 819728582
        },
        {
            "start": 819728586,
            "stop": 819728785
        },
        {
            "start": 819728788,
            "stop": 819728907
        },
        {
            "start": 819728910,
            "stop": 819728943
        },
        {
            "start": 819728946,
            "stop": 819729000
        },
        {
            "start": 819729004,
            "stop": 819729030
        },
        {
            "start": 819729396,
            "stop": 819729410
        },
        {
            "start": 819729414,
            "stop": 819729467
        },
        {
            "start": 819729471,
            "stop": 819729581
        },
        {
            "start": 819729584,
            "stop": 819729605
        },
        {
            "start": 819729608,
            "stop": 819729696
        },
        {
            "start": 819729699,
            "stop": 819729939
        },
        {
            "start": 819729943,
            "stop": 819730062
        },
        {
            "start": 819730462,
            "stop": 819730510
        },
        {
            "start": 819730513,
            "stop": 819730561
        },
        {
            "start": 819730565,
            "stop": 819730662
        },
        {
            "start": 819730665,
            "stop": 819730736
        },
        {
            "start": 819730739,
            "stop": 819730869
        }
    ]
}