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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=182",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 183,
    "results": [
        {
            "start": 819729004,
            "stop": 819729030
        },
        {
            "start": 819730462,
            "stop": 819730510
        },
        {
            "start": 819730513,
            "stop": 819730561
        },
        {
            "start": 819730565,
            "stop": 819730662
        },
        {
            "start": 819730665,
            "stop": 819730736
        },
        {
            "start": 819730739,
            "stop": 819730869
        },
        {
            "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
        }
    ]
}