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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=369",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 370,
    "results": [
        {
            "start": 818267550,
            "stop": 818267563
        },
        {
            "start": 818267566,
            "stop": 818267582
        },
        {
            "start": 818267585,
            "stop": 818267591
        },
        {
            "start": 818267594,
            "stop": 818267597
        },
        {
            "start": 818267601,
            "stop": 818267603
        },
        {
            "start": 818267608,
            "stop": 818267614
        },
        {
            "start": 818267617,
            "stop": 818267620
        },
        {
            "start": 818267624,
            "stop": 818267625
        },
        {
            "start": 818267631,
            "stop": 818267641
        },
        {
            "start": 818267648,
            "stop": 818267660
        },
        {
            "start": 818267671,
            "stop": 818267680
        },
        {
            "start": 818267685,
            "stop": 818267703
        },
        {
            "start": 818267706,
            "stop": 818267708
        },
        {
            "start": 818267714,
            "stop": 818267715
        },
        {
            "start": 818267727,
            "stop": 818267730
        },
        {
            "start": 818267740,
            "stop": 818267744
        },
        {
            "start": 818267749,
            "stop": 818267750
        },
        {
            "start": 818267756,
            "stop": 818267758
        },
        {
            "start": 818267761,
            "stop": 818267764
        },
        {
            "start": 818267767,
            "stop": 818267772
        }
    ]
}