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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=196",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 197,
    "results": [
        {
            "start": 820477264,
            "stop": 820477376
        },
        {
            "start": 820477379,
            "stop": 820477579
        },
        {
            "start": 820477582,
            "stop": 820477884
        },
        {
            "start": 820477887,
            "stop": 820477984
        },
        {
            "start": 820477988,
            "stop": 820478360
        },
        {
            "start": 820478363,
            "stop": 820478420
        },
        {
            "start": 820478423,
            "stop": 820478764
        },
        {
            "start": 820478767,
            "stop": 820478857
        },
        {
            "start": 820478861,
            "stop": 820479456
        },
        {
            "start": 820479459,
            "stop": 820479472
        },
        {
            "start": 820480322,
            "stop": 820480370
        },
        {
            "start": 820480391,
            "stop": 820480831
        },
        {
            "start": 820480834,
            "stop": 820481413
        },
        {
            "start": 820481564,
            "stop": 820481679
        },
        {
            "start": 820481682,
            "stop": 820481866
        },
        {
            "start": 820481869,
            "stop": 820481921
        },
        {
            "start": 820481924,
            "stop": 820482011
        },
        {
            "start": 820482015,
            "stop": 820482325
        },
        {
            "start": 820482328,
            "stop": 820482332
        },
        {
            "start": 820482335,
            "stop": 820482424
        }
    ]
}