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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7915",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7913",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7914,
    "results": [
        {
            "start": 969989714,
            "stop": 969989733
        },
        {
            "start": 969989744,
            "stop": 969989763
        },
        {
            "start": 969989767,
            "stop": 969989797
        },
        {
            "start": 969989801,
            "stop": 969989807
        },
        {
            "start": 969989810,
            "stop": 969989840
        },
        {
            "start": 969989846,
            "stop": 969989853
        },
        {
            "start": 969989857,
            "stop": 969989858
        },
        {
            "start": 969989861,
            "stop": 969989885
        },
        {
            "start": 969989889,
            "stop": 969989890
        },
        {
            "start": 969989896,
            "stop": 969989932
        },
        {
            "start": 969989949,
            "stop": 969989952
        },
        {
            "start": 969989955,
            "stop": 969989969
        },
        {
            "start": 969989972,
            "stop": 969990072
        },
        {
            "start": 969990075,
            "stop": 969990087
        },
        {
            "start": 969990091,
            "stop": 969990101
        },
        {
            "start": 969990104,
            "stop": 969990111
        },
        {
            "start": 969990114,
            "stop": 969990115
        },
        {
            "start": 969990119,
            "stop": 969990153
        },
        {
            "start": 969990158,
            "stop": 969990184
        },
        {
            "start": 969990187,
            "stop": 969990202
        }
    ]
}