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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=246",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 247,
    "results": [
        {
            "start": 817862006,
            "stop": 817862100
        },
        {
            "start": 817862128,
            "stop": 817862231
        },
        {
            "start": 817862235,
            "stop": 817862236
        },
        {
            "start": 817862239,
            "stop": 817862246
        },
        {
            "start": 817862274,
            "stop": 817862285
        },
        {
            "start": 817862302,
            "stop": 817862386
        },
        {
            "start": 817862418,
            "stop": 817862433
        },
        {
            "start": 817862453,
            "stop": 817862551
        },
        {
            "start": 817862554,
            "stop": 817862556
        },
        {
            "start": 817862560,
            "stop": 817862563
        },
        {
            "start": 817862569,
            "stop": 817862581
        },
        {
            "start": 817862585,
            "stop": 817862597
        },
        {
            "start": 817862601,
            "stop": 817862606
        },
        {
            "start": 817862611,
            "stop": 817862613
        },
        {
            "start": 817862617,
            "stop": 817862675
        },
        {
            "start": 817862694,
            "stop": 817862750
        },
        {
            "start": 817862770,
            "stop": 817862873
        },
        {
            "start": 817862876,
            "stop": 817862880
        },
        {
            "start": 817862908,
            "stop": 817862922
        },
        {
            "start": 817862926,
            "stop": 817862964
        }
    ]
}