Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=251",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 252,
    "results": [
        {
            "start": 934711370,
            "stop": 934711384
        },
        {
            "start": 934711386,
            "stop": 934711411
        },
        {
            "start": 934711413,
            "stop": 934711416
        },
        {
            "start": 934711419,
            "stop": 934711432
        },
        {
            "start": 934711436,
            "stop": 934714933
        },
        {
            "start": 934714936,
            "stop": 934714953
        },
        {
            "start": 934714955,
            "stop": 934714957
        },
        {
            "start": 934714959,
            "stop": 934714962
        },
        {
            "start": 934714965,
            "stop": 934714983
        },
        {
            "start": 934714985,
            "stop": 934714990
        },
        {
            "start": 934714992,
            "stop": 934715009
        },
        {
            "start": 934715012,
            "stop": 934715016
        },
        {
            "start": 934715018,
            "stop": 934715031
        },
        {
            "start": 934715035,
            "stop": 934718534
        },
        {
            "start": 934718536,
            "stop": 934718554
        },
        {
            "start": 934718556,
            "stop": 934718557
        },
        {
            "start": 934718559,
            "stop": 934718563
        },
        {
            "start": 934718565,
            "stop": 934718582
        },
        {
            "start": 934718584,
            "stop": 934718608
        },
        {
            "start": 934718610,
            "stop": 934718613
        }
    ]
}