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=4961
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=4962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4960",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4961,
    "results": [
        {
            "start": 874383763,
            "stop": 874383764
        },
        {
            "start": 874383787,
            "stop": 874383831
        },
        {
            "start": 874383884,
            "stop": 874384126
        },
        {
            "start": 874384149,
            "stop": 874384165
        },
        {
            "start": 874384184,
            "stop": 874384219
        },
        {
            "start": 874384238,
            "stop": 874384255
        },
        {
            "start": 874384275,
            "stop": 874384381
        },
        {
            "start": 874384417,
            "stop": 874384423
        },
        {
            "start": 874384462,
            "stop": 874384466
        },
        {
            "start": 874384485,
            "stop": 874384557
        },
        {
            "start": 874384577,
            "stop": 874384630
        },
        {
            "start": 874384663,
            "stop": 874384702
        },
        {
            "start": 874384721,
            "stop": 874384785
        },
        {
            "start": 874384808,
            "stop": 874384838
        },
        {
            "start": 874384857,
            "stop": 874384882
        },
        {
            "start": 874384901,
            "stop": 874384981
        },
        {
            "start": 874385000,
            "stop": 874385010
        },
        {
            "start": 874385031,
            "stop": 874385048
        },
        {
            "start": 874385067,
            "stop": 874385074
        },
        {
            "start": 874385094,
            "stop": 874385136
        }
    ]
}