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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=110",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 111,
    "results": [
        {
            "start": 817492870,
            "stop": 817496057
        },
        {
            "start": 817496470,
            "stop": 817503224
        },
        {
            "start": 817503544,
            "stop": 817503624
        },
        {
            "start": 817504024,
            "stop": 817504123
        },
        {
            "start": 817507859,
            "stop": 817507999
        },
        {
            "start": 817509065,
            "stop": 817510020
        },
        {
            "start": 817510583,
            "stop": 817515053
        },
        {
            "start": 817515054,
            "stop": 817535545
        },
        {
            "start": 817535548,
            "stop": 817549399
        },
        {
            "start": 817549800,
            "stop": 817549882
        },
        {
            "start": 817549887,
            "stop": 817550010
        },
        {
            "start": 817550015,
            "stop": 817550088
        },
        {
            "start": 817550093,
            "stop": 817550166
        },
        {
            "start": 817550170,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551348
        },
        {
            "start": 817551351,
            "stop": 817551928
        },
        {
            "start": 817551931,
            "stop": 817552531
        },
        {
            "start": 817553568,
            "stop": 817553594
        },
        {
            "start": 817553598,
            "stop": 817553614
        },
        {
            "start": 817553618,
            "stop": 817553624
        }
    ]
}