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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=174",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 175,
    "results": [
        {
            "start": 932345677,
            "stop": 932345958
        },
        {
            "start": 932348140,
            "stop": 932356986
        },
        {
            "start": 932359128,
            "stop": 932359954
        },
        {
            "start": 932359960,
            "stop": 932360002
        },
        {
            "start": 932360015,
            "stop": 932360346
        },
        {
            "start": 932360352,
            "stop": 932361740
        },
        {
            "start": 932361747,
            "stop": 932361794
        },
        {
            "start": 932361801,
            "stop": 932361822
        },
        {
            "start": 932362651,
            "stop": 932365825
        },
        {
            "start": 932370618,
            "stop": 932373144
        },
        {
            "start": 932379009,
            "stop": 932382670
        },
        {
            "start": 932388600,
            "stop": 932389215
        },
        {
            "start": 932392463,
            "stop": 932395579
        },
        {
            "start": 932395587,
            "stop": 932396024
        },
        {
            "start": 932396032,
            "stop": 932396074
        },
        {
            "start": 932396081,
            "stop": 932396172
        },
        {
            "start": 932396181,
            "stop": 932396184
        },
        {
            "start": 932399191,
            "stop": 932399497
        },
        {
            "start": 932399513,
            "stop": 932399537
        },
        {
            "start": 932408671,
            "stop": 932410659
        }
    ]
}