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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8852",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8853,
    "results": [
        {
            "start": 872988342,
            "stop": 872989619
        },
        {
            "start": 872989636,
            "stop": 872991783
        },
        {
            "start": 872991812,
            "stop": 872991886
        },
        {
            "start": 872992062,
            "stop": 872992183
        },
        {
            "start": 872992204,
            "stop": 872992236
        },
        {
            "start": 872993352,
            "stop": 872994400
        },
        {
            "start": 872994417,
            "stop": 872994537
        },
        {
            "start": 872994557,
            "stop": 872994614
        },
        {
            "start": 872994633,
            "stop": 872994736
        },
        {
            "start": 872994755,
            "stop": 872995056
        },
        {
            "start": 872995075,
            "stop": 872995143
        },
        {
            "start": 872995175,
            "stop": 872995284
        },
        {
            "start": 872995303,
            "stop": 872995377
        },
        {
            "start": 872995415,
            "stop": 872995776
        },
        {
            "start": 872995802,
            "stop": 872995803
        },
        {
            "start": 872995823,
            "stop": 872995982
        },
        {
            "start": 872996002,
            "stop": 872996006
        },
        {
            "start": 872996058,
            "stop": 872996069
        },
        {
            "start": 872996088,
            "stop": 872996104
        },
        {
            "start": 872996128,
            "stop": 872996174
        }
    ]
}