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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=252",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 253,
    "results": [
        {
            "start": 820932496,
            "stop": 820932543
        },
        {
            "start": 820932550,
            "stop": 820932613
        },
        {
            "start": 820932620,
            "stop": 820932623
        },
        {
            "start": 820932630,
            "stop": 820932639
        },
        {
            "start": 820932647,
            "stop": 820932704
        },
        {
            "start": 820932711,
            "stop": 820932774
        },
        {
            "start": 820932781,
            "stop": 820932791
        },
        {
            "start": 820932799,
            "stop": 820932807
        },
        {
            "start": 820932815,
            "stop": 820932834
        },
        {
            "start": 820932841,
            "stop": 820933028
        },
        {
            "start": 820933036,
            "stop": 820933145
        },
        {
            "start": 820933153,
            "stop": 820933177
        },
        {
            "start": 820933184,
            "stop": 820933236
        },
        {
            "start": 820933243,
            "stop": 820933313
        },
        {
            "start": 820933320,
            "stop": 820933398
        },
        {
            "start": 820933405,
            "stop": 820933439
        },
        {
            "start": 820933446,
            "stop": 820933503
        },
        {
            "start": 820933510,
            "stop": 820933511
        },
        {
            "start": 820933518,
            "stop": 820933530
        },
        {
            "start": 820933537,
            "stop": 820933863
        }
    ]
}