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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=194",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 195,
    "results": [
        {
            "start": 817590729,
            "stop": 817591130
        },
        {
            "start": 817591153,
            "stop": 817591390
        },
        {
            "start": 817591393,
            "stop": 817591459
        },
        {
            "start": 817591488,
            "stop": 817591541
        },
        {
            "start": 817591564,
            "stop": 817591614
        },
        {
            "start": 817591641,
            "stop": 817592141
        },
        {
            "start": 817592161,
            "stop": 817592292
        },
        {
            "start": 817592309,
            "stop": 817592390
        },
        {
            "start": 817592409,
            "stop": 817592569
        },
        {
            "start": 817592588,
            "stop": 817592783
        },
        {
            "start": 817592803,
            "stop": 817592849
        },
        {
            "start": 817592872,
            "stop": 817593037
        },
        {
            "start": 817593057,
            "stop": 817593113
        },
        {
            "start": 817593167,
            "stop": 817593366
        },
        {
            "start": 817593398,
            "stop": 817593462
        },
        {
            "start": 817593504,
            "stop": 817594034
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600658,
            "stop": 817601274
        },
        {
            "start": 817601293,
            "stop": 817601660
        },
        {
            "start": 817601677,
            "stop": 817602070
        }
    ]
}