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=460
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=461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=459",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 460,
    "results": [
        {
            "start": 827612495,
            "stop": 827612500
        },
        {
            "start": 827612507,
            "stop": 827613840
        },
        {
            "start": 827613960,
            "stop": 827614367
        },
        {
            "start": 827614375,
            "stop": 827614377
        },
        {
            "start": 827614386,
            "stop": 827614473
        },
        {
            "start": 827614480,
            "stop": 827614973
        },
        {
            "start": 827614980,
            "stop": 827615520
        },
        {
            "start": 827615580,
            "stop": 827615640
        },
        {
            "start": 827615700,
            "stop": 827615820
        },
        {
            "start": 827615880,
            "stop": 827615992
        },
        {
            "start": 827615999,
            "stop": 827616000
        },
        {
            "start": 827616060,
            "stop": 827616189
        },
        {
            "start": 827616197,
            "stop": 827616480
        },
        {
            "start": 827616540,
            "stop": 827616840
        },
        {
            "start": 827616960,
            "stop": 827617008
        },
        {
            "start": 827617015,
            "stop": 827617093
        },
        {
            "start": 827617126,
            "stop": 827617127
        },
        {
            "start": 827617235,
            "stop": 827617560
        },
        {
            "start": 827617620,
            "stop": 827617740
        },
        {
            "start": 827617800,
            "stop": 827617860
        }
    ]
}