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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=375",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 376,
    "results": [
        {
            "start": 823444196,
            "stop": 823444860
        },
        {
            "start": 823444928,
            "stop": 823448236
        },
        {
            "start": 823448253,
            "stop": 823449134
        },
        {
            "start": 823449137,
            "stop": 823449529
        },
        {
            "start": 823449553,
            "stop": 823449960
        },
        {
            "start": 823450225,
            "stop": 823450810
        },
        {
            "start": 823517554,
            "stop": 823518032
        },
        {
            "start": 823518049,
            "stop": 823518310
        },
        {
            "start": 823518327,
            "stop": 823518464
        },
        {
            "start": 823518481,
            "stop": 823519386
        },
        {
            "start": 823519406,
            "stop": 823520070
        },
        {
            "start": 823520087,
            "stop": 823520218
        },
        {
            "start": 823520235,
            "stop": 823520413
        },
        {
            "start": 823520430,
            "stop": 823520514
        },
        {
            "start": 823520531,
            "stop": 823520760
        },
        {
            "start": 823520777,
            "stop": 823520796
        },
        {
            "start": 823520813,
            "stop": 823521044
        },
        {
            "start": 823521061,
            "stop": 823521531
        },
        {
            "start": 823521548,
            "stop": 823521659
        },
        {
            "start": 823521676,
            "stop": 823521838
        }
    ]
}