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=413
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=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=412",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 413,
    "results": [
        {
            "start": 826812562,
            "stop": 826812764
        },
        {
            "start": 826816794,
            "stop": 826819970
        },
        {
            "start": 826820050,
            "stop": 826822027
        },
        {
            "start": 826822056,
            "stop": 826824695
        },
        {
            "start": 826824724,
            "stop": 826829301
        },
        {
            "start": 826829904,
            "stop": 826830030
        },
        {
            "start": 826830057,
            "stop": 826830172
        },
        {
            "start": 826831282,
            "stop": 826837351
        },
        {
            "start": 826837380,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826852628
        },
        {
            "start": 826859116,
            "stop": 826899540
        },
        {
            "start": 826899600,
            "stop": 826901749
        },
        {
            "start": 826901758,
            "stop": 826905230
        },
        {
            "start": 826905370,
            "stop": 826907750
        },
        {
            "start": 826907830,
            "stop": 826908350
        },
        {
            "start": 826908430,
            "stop": 826910068
        },
        {
            "start": 826910103,
            "stop": 826911397
        },
        {
            "start": 826911426,
            "stop": 826912228
        },
        {
            "start": 826912235,
            "stop": 826913975
        },
        {
            "start": 826914060,
            "stop": 826915550
        }
    ]
}