Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5351
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5350",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5351,
    "results": [
        {
            "start": 971388385,
            "stop": 971388401
        },
        {
            "start": 971388404,
            "stop": 971388486
        },
        {
            "start": 971388489,
            "stop": 971388845
        },
        {
            "start": 971388848,
            "stop": 971388861
        },
        {
            "start": 971388864,
            "stop": 971389940
        },
        {
            "start": 971389943,
            "stop": 971390229
        },
        {
            "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
        }
    ]
}