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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=270",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 271,
    "results": [
        {
            "start": 820929603,
            "stop": 820929617
        },
        {
            "start": 820929620,
            "stop": 820929675
        },
        {
            "start": 820929678,
            "stop": 820929801
        },
        {
            "start": 820929804,
            "stop": 820929870
        },
        {
            "start": 820929874,
            "stop": 820929919
        },
        {
            "start": 820929922,
            "stop": 820929949
        },
        {
            "start": 820929953,
            "stop": 820929996
        },
        {
            "start": 820929999,
            "stop": 820930045
        },
        {
            "start": 820930049,
            "stop": 820930096
        },
        {
            "start": 820930099,
            "stop": 820930199
        },
        {
            "start": 820930202,
            "stop": 820930219
        },
        {
            "start": 820930223,
            "stop": 820930228
        },
        {
            "start": 820930232,
            "stop": 820930233
        },
        {
            "start": 820930236,
            "stop": 820930320
        },
        {
            "start": 820930323,
            "stop": 820930341
        },
        {
            "start": 820930344,
            "stop": 820930417
        },
        {
            "start": 820930421,
            "stop": 820930449
        },
        {
            "start": 820930452,
            "stop": 820930458
        },
        {
            "start": 820930461,
            "stop": 820930465
        },
        {
            "start": 820930468,
            "stop": 820930495
        }
    ]
}