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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=269",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 270,
    "results": [
        {
            "start": 820927541,
            "stop": 820927600
        },
        {
            "start": 820927603,
            "stop": 820927620
        },
        {
            "start": 820927623,
            "stop": 820927797
        },
        {
            "start": 820927800,
            "stop": 820927826
        },
        {
            "start": 820927830,
            "stop": 820927852
        },
        {
            "start": 820927855,
            "stop": 820928040
        },
        {
            "start": 820928043,
            "stop": 820928281
        },
        {
            "start": 820928284,
            "stop": 820928444
        },
        {
            "start": 820928447,
            "stop": 820928532
        },
        {
            "start": 820928536,
            "stop": 820928828
        },
        {
            "start": 820928832,
            "stop": 820929026
        },
        {
            "start": 820929029,
            "stop": 820929130
        },
        {
            "start": 820929133,
            "stop": 820929172
        },
        {
            "start": 820929175,
            "stop": 820929226
        },
        {
            "start": 820929229,
            "stop": 820929232
        },
        {
            "start": 820929235,
            "stop": 820929309
        },
        {
            "start": 820929312,
            "stop": 820929314
        },
        {
            "start": 820929317,
            "stop": 820929497
        },
        {
            "start": 820929500,
            "stop": 820929502
        },
        {
            "start": 820929505,
            "stop": 820929600
        }
    ]
}