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=456
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=457",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=455",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 456,
    "results": [
        {
            "start": 825914539,
            "stop": 825914541
        },
        {
            "start": 825914558,
            "stop": 825914566
        },
        {
            "start": 825914570,
            "stop": 825914576
        },
        {
            "start": 825914580,
            "stop": 825914582
        },
        {
            "start": 825914585,
            "stop": 825914588
        },
        {
            "start": 825914591,
            "stop": 825914622
        },
        {
            "start": 825914628,
            "stop": 825914680
        },
        {
            "start": 825914684,
            "stop": 825914703
        },
        {
            "start": 825914707,
            "stop": 825914717
        },
        {
            "start": 825914720,
            "stop": 825914770
        },
        {
            "start": 825914775,
            "stop": 825914780
        },
        {
            "start": 825914789,
            "stop": 825914804
        },
        {
            "start": 825914808,
            "stop": 825914832
        },
        {
            "start": 825914835,
            "stop": 825914837
        },
        {
            "start": 825914840,
            "stop": 825914850
        },
        {
            "start": 825914854,
            "stop": 825914868
        },
        {
            "start": 825914872,
            "stop": 825914897
        },
        {
            "start": 825943327,
            "stop": 825943329
        },
        {
            "start": 825943529,
            "stop": 825943532
        },
        {
            "start": 825943573,
            "stop": 825943590
        }
    ]
}