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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4846",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4844",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4845,
    "results": [
        {
            "start": 971390232,
            "stop": 971390740
        },
        {
            "start": 971390743,
            "stop": 971390815
        },
        {
            "start": 971390818,
            "stop": 971392229
        },
        {
            "start": 971392232,
            "stop": 971392406
        },
        {
            "start": 971392409,
            "stop": 971392489
        },
        {
            "start": 971392492,
            "stop": 971393037
        },
        {
            "start": 971393040,
            "stop": 971394058
        },
        {
            "start": 971394061,
            "stop": 971394113
        },
        {
            "start": 971394116,
            "stop": 971395442
        },
        {
            "start": 971395445,
            "stop": 971395600
        },
        {
            "start": 971395603,
            "stop": 971395621
        },
        {
            "start": 971395625,
            "stop": 971397690
        },
        {
            "start": 971398339,
            "stop": 971398437
        },
        {
            "start": 971398440,
            "stop": 971398727
        },
        {
            "start": 971398730,
            "stop": 971399052
        },
        {
            "start": 971399070,
            "stop": 971399235
        },
        {
            "start": 971399238,
            "stop": 971399377
        },
        {
            "start": 971399380,
            "stop": 971399674
        },
        {
            "start": 971399677,
            "stop": 971399712
        },
        {
            "start": 971399715,
            "stop": 971400023
        }
    ]
}