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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=188",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 189,
    "results": [
        {
            "start": 817590683,
            "stop": 817590685
        },
        {
            "start": 817590707,
            "stop": 817590726
        },
        {
            "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": 817593434
        },
        {
            "start": 817593554,
            "stop": 817594034
        },
        {
            "start": 817600227,
            "stop": 817600365
        },
        {
            "start": 817600485,
            "stop": 817600657
        }
    ]
}