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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=250",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 251,
    "results": [
        {
            "start": 820397773,
            "stop": 820398639
        },
        {
            "start": 820407777,
            "stop": 820407889
        },
        {
            "start": 820407892,
            "stop": 820408435
        },
        {
            "start": 820408439,
            "stop": 820409716
        },
        {
            "start": 820409720,
            "stop": 820411219
        },
        {
            "start": 820411222,
            "stop": 820411407
        },
        {
            "start": 820411410,
            "stop": 820412273
        },
        {
            "start": 820412277,
            "stop": 820413941
        },
        {
            "start": 820413944,
            "stop": 820414162
        },
        {
            "start": 820414165,
            "stop": 820414241
        },
        {
            "start": 820414244,
            "stop": 820414267
        },
        {
            "start": 820414270,
            "stop": 820414948
        },
        {
            "start": 820414951,
            "stop": 820415471
        },
        {
            "start": 820415474,
            "stop": 820416055
        },
        {
            "start": 820416058,
            "stop": 820416288
        },
        {
            "start": 820416320,
            "stop": 820416880
        },
        {
            "start": 820416883,
            "stop": 820417151
        },
        {
            "start": 820417154,
            "stop": 820418070
        },
        {
            "start": 820418073,
            "stop": 820418126
        },
        {
            "start": 820418129,
            "stop": 820419207
        }
    ]
}