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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=235",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 236,
    "results": [
        {
            "start": 820731780,
            "stop": 820731900
        },
        {
            "start": 820731960,
            "stop": 820732033
        },
        {
            "start": 820733035,
            "stop": 820733100
        },
        {
            "start": 820733160,
            "stop": 820733220
        },
        {
            "start": 820733280,
            "stop": 820733340
        },
        {
            "start": 820733520,
            "stop": 820733640
        },
        {
            "start": 820733820,
            "stop": 820733833
        },
        {
            "start": 820733852,
            "stop": 820733853
        },
        {
            "start": 820734773,
            "stop": 820735440
        },
        {
            "start": 820735620,
            "stop": 820736340
        },
        {
            "start": 820736460,
            "stop": 820737133
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741513
        },
        {
            "start": 820742193,
            "stop": 820742640
        },
        {
            "start": 820742700,
            "stop": 820748953
        },
        {
            "start": 820750261,
            "stop": 820750993
        },
        {
            "start": 820751649,
            "stop": 820752286
        },
        {
            "start": 820752293,
            "stop": 820752433
        },
        {
            "start": 820753458,
            "stop": 820755311
        },
        {
            "start": 820755318,
            "stop": 820756033
        }
    ]
}