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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=241",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 242,
    "results": [
        {
            "start": 820243828,
            "stop": 820244279
        },
        {
            "start": 820244282,
            "stop": 820244449
        },
        {
            "start": 820244453,
            "stop": 820244959
        },
        {
            "start": 820244962,
            "stop": 820245128
        },
        {
            "start": 820245131,
            "stop": 820245208
        },
        {
            "start": 820245211,
            "stop": 820245829
        },
        {
            "start": 820245832,
            "stop": 820245892
        },
        {
            "start": 820245895,
            "stop": 820246177
        },
        {
            "start": 820246180,
            "stop": 820246392
        },
        {
            "start": 820246395,
            "stop": 820246497
        },
        {
            "start": 820246500,
            "stop": 820246535
        },
        {
            "start": 820246538,
            "stop": 820246577
        },
        {
            "start": 820246581,
            "stop": 820246599
        },
        {
            "start": 820246603,
            "stop": 820247005
        },
        {
            "start": 820247008,
            "stop": 820247274
        },
        {
            "start": 820247278,
            "stop": 820247280
        },
        {
            "start": 820247283,
            "stop": 820247421
        },
        {
            "start": 820247425,
            "stop": 820247566
        },
        {
            "start": 820247569,
            "stop": 820247686
        },
        {
            "start": 820247689,
            "stop": 820247773
        }
    ]
}