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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=155",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 156,
    "results": [
        {
            "start": 819730873,
            "stop": 819730891
        },
        {
            "start": 819730894,
            "stop": 819730976
        },
        {
            "start": 819730980,
            "stop": 819731128
        },
        {
            "start": 819731131,
            "stop": 819731148
        },
        {
            "start": 819731151,
            "stop": 819731201
        },
        {
            "start": 819731204,
            "stop": 819731302
        },
        {
            "start": 819731306,
            "stop": 819731505
        },
        {
            "start": 819731508,
            "stop": 819731861
        },
        {
            "start": 819731864,
            "stop": 819732189
        },
        {
            "start": 819732192,
            "stop": 819732431
        },
        {
            "start": 819732435,
            "stop": 819732566
        },
        {
            "start": 819732569,
            "stop": 819732610
        },
        {
            "start": 819732613,
            "stop": 819732666
        },
        {
            "start": 819732669,
            "stop": 819732682
        },
        {
            "start": 819732685,
            "stop": 819732836
        },
        {
            "start": 819732839,
            "stop": 819732958
        },
        {
            "start": 819732961,
            "stop": 819733050
        },
        {
            "start": 819733053,
            "stop": 819733114
        },
        {
            "start": 819733117,
            "stop": 819733120
        },
        {
            "start": 819733123,
            "stop": 819733202
        }
    ]
}