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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=233",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 234,
    "results": [
        {
            "start": 931730737,
            "stop": 931730741
        },
        {
            "start": 931730743,
            "stop": 931730766
        },
        {
            "start": 931730768,
            "stop": 931730771
        },
        {
            "start": 931730772,
            "stop": 931730862
        },
        {
            "start": 931730863,
            "stop": 931730903
        },
        {
            "start": 931730905,
            "stop": 931730908
        },
        {
            "start": 931730910,
            "stop": 931730933
        },
        {
            "start": 931730935,
            "stop": 931730936
        },
        {
            "start": 931730937,
            "stop": 931730949
        },
        {
            "start": 931730951,
            "stop": 931730991
        },
        {
            "start": 931730993,
            "stop": 931731002
        },
        {
            "start": 931731006,
            "stop": 931731009
        },
        {
            "start": 931731012,
            "stop": 931731013
        },
        {
            "start": 931731019,
            "stop": 931731021
        },
        {
            "start": 931731029,
            "stop": 931731040
        },
        {
            "start": 931731042,
            "stop": 931731043
        },
        {
            "start": 931731045,
            "stop": 931731046
        },
        {
            "start": 931731047,
            "stop": 931731048
        },
        {
            "start": 931731050,
            "stop": 931731057
        },
        {
            "start": 931731059,
            "stop": 931731061
        }
    ]
}