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=3628
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=3629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3627",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3628,
    "results": [
        {
            "start": 872275394,
            "stop": 872275800
        },
        {
            "start": 872275860,
            "stop": 872276100
        },
        {
            "start": 872276160,
            "stop": 872278277
        },
        {
            "start": 872278294,
            "stop": 872278499
        },
        {
            "start": 872278516,
            "stop": 872278601
        },
        {
            "start": 872278618,
            "stop": 872278955
        },
        {
            "start": 872278972,
            "stop": 872279540
        },
        {
            "start": 872279557,
            "stop": 872279600
        },
        {
            "start": 872279617,
            "stop": 872279924
        },
        {
            "start": 872280076,
            "stop": 872280213
        },
        {
            "start": 872280216,
            "stop": 872281080
        },
        {
            "start": 872281140,
            "stop": 872281660
        },
        {
            "start": 872281677,
            "stop": 872281784
        },
        {
            "start": 872281801,
            "stop": 872282188
        },
        {
            "start": 872282205,
            "stop": 872282496
        },
        {
            "start": 872282513,
            "stop": 872282634
        },
        {
            "start": 872282651,
            "stop": 872282666
        },
        {
            "start": 872282683,
            "stop": 872282804
        },
        {
            "start": 872282826,
            "stop": 872283060
        },
        {
            "start": 872283180,
            "stop": 872283540
        }
    ]
}