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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=85",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 86,
    "results": [
        {
            "start": 816845118,
            "stop": 816845119
        },
        {
            "start": 816845140,
            "stop": 816845177
        },
        {
            "start": 816845231,
            "stop": 816845354
        },
        {
            "start": 816845460,
            "stop": 816845481
        },
        {
            "start": 816845533,
            "stop": 816845627
        },
        {
            "start": 816845679,
            "stop": 816845691
        },
        {
            "start": 816845713,
            "stop": 816845745
        },
        {
            "start": 816845765,
            "stop": 816845804
        },
        {
            "start": 816845825,
            "stop": 816845833
        },
        {
            "start": 816845867,
            "stop": 816845939
        },
        {
            "start": 816845960,
            "stop": 816845995
        },
        {
            "start": 816846023,
            "stop": 816846048
        },
        {
            "start": 816846065,
            "stop": 816846088
        },
        {
            "start": 816846121,
            "stop": 816846132
        },
        {
            "start": 816846219,
            "stop": 816846262
        },
        {
            "start": 816846283,
            "stop": 816846314
        },
        {
            "start": 816846341,
            "stop": 816846344
        },
        {
            "start": 816846375,
            "stop": 816846393
        },
        {
            "start": 816846413,
            "stop": 816846460
        },
        {
            "start": 816846540,
            "stop": 816846562
        }
    ]
}