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=8945
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=8946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8944",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8945,
    "results": [
        {
            "start": 873712911,
            "stop": 873712919
        },
        {
            "start": 873712938,
            "stop": 873712957
        },
        {
            "start": 873712977,
            "stop": 873713015
        },
        {
            "start": 873713048,
            "stop": 873713158
        },
        {
            "start": 873713177,
            "stop": 873713297
        },
        {
            "start": 873713320,
            "stop": 873713333
        },
        {
            "start": 873713551,
            "stop": 873713580
        },
        {
            "start": 873721241,
            "stop": 873721242
        },
        {
            "start": 873721507,
            "stop": 873721528
        },
        {
            "start": 873721620,
            "stop": 873721650
        },
        {
            "start": 873721694,
            "stop": 873721707
        },
        {
            "start": 873721733,
            "stop": 873721735
        },
        {
            "start": 873721810,
            "stop": 873721815
        },
        {
            "start": 873721847,
            "stop": 873721876
        },
        {
            "start": 873721919,
            "stop": 873721942
        },
        {
            "start": 873721984,
            "stop": 873722004
        },
        {
            "start": 873722030,
            "stop": 873722035
        },
        {
            "start": 873722066,
            "stop": 873722083
        },
        {
            "start": 873722169,
            "stop": 873722170
        },
        {
            "start": 873722196,
            "stop": 873722209
        }
    ]
}