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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=417",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 418,
    "results": [
        {
            "start": 827087650,
            "stop": 827087838
        },
        {
            "start": 827087845,
            "stop": 827088050
        },
        {
            "start": 827088130,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827089512
        },
        {
            "start": 827089518,
            "stop": 827089669
        },
        {
            "start": 827092406,
            "stop": 827092490
        },
        {
            "start": 827092570,
            "stop": 827092993
        },
        {
            "start": 827094659,
            "stop": 827094730
        },
        {
            "start": 827094738,
            "stop": 827095250
        },
        {
            "start": 827095330,
            "stop": 827095610
        },
        {
            "start": 827095750,
            "stop": 827096630
        },
        {
            "start": 827096710,
            "stop": 827097170
        },
        {
            "start": 827097250,
            "stop": 827098190
        },
        {
            "start": 827098270,
            "stop": 827098290
        },
        {
            "start": 827098297,
            "stop": 827098774
        },
        {
            "start": 827098782,
            "stop": 827099390
        },
        {
            "start": 827099530,
            "stop": 827099576
        },
        {
            "start": 827099583,
            "stop": 827099930
        },
        {
            "start": 827100010,
            "stop": 827100789
        },
        {
            "start": 827100797,
            "stop": 827101413
        }
    ]
}