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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=167",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 168,
    "results": [
        {
            "start": 932535618,
            "stop": 932535630
        },
        {
            "start": 932535633,
            "stop": 932535645
        },
        {
            "start": 932535648,
            "stop": 932535676
        },
        {
            "start": 932535678,
            "stop": 932536230
        },
        {
            "start": 932536233,
            "stop": 932536351
        },
        {
            "start": 932536353,
            "stop": 932536501
        },
        {
            "start": 932536503,
            "stop": 932536662
        },
        {
            "start": 932536664,
            "stop": 932536815
        },
        {
            "start": 932537175,
            "stop": 932537327
        },
        {
            "start": 932540797,
            "stop": 932541791
        },
        {
            "start": 932541796,
            "stop": 932542847
        },
        {
            "start": 932542850,
            "stop": 932543703
        },
        {
            "start": 932543708,
            "stop": 932544015
        },
        {
            "start": 932544375,
            "stop": 932544422
        },
        {
            "start": 932544424,
            "stop": 932544805
        },
        {
            "start": 932544809,
            "stop": 932546663
        },
        {
            "start": 932546665,
            "stop": 932547137
        },
        {
            "start": 932547139,
            "stop": 932547500
        },
        {
            "start": 932550889,
            "stop": 932551215
        },
        {
            "start": 932551575,
            "stop": 932554815
        }
    ]
}