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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=64",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 65,
    "results": [
        {
            "start": 931404022,
            "stop": 931404023
        },
        {
            "start": 931404106,
            "stop": 931404119
        },
        {
            "start": 931404149,
            "stop": 931404194
        },
        {
            "start": 931404235,
            "stop": 931404278
        },
        {
            "start": 931404301,
            "stop": 931404337
        },
        {
            "start": 931404355,
            "stop": 931404364
        },
        {
            "start": 931404428,
            "stop": 931404464
        },
        {
            "start": 931413997,
            "stop": 931415060
        },
        {
            "start": 931418878,
            "stop": 931418913
        },
        {
            "start": 931418915,
            "stop": 931419077
        },
        {
            "start": 931419079,
            "stop": 931420815
        },
        {
            "start": 931421175,
            "stop": 931421208
        },
        {
            "start": 931421210,
            "stop": 931421608
        },
        {
            "start": 931421639,
            "stop": 931422451
        },
        {
            "start": 931422454,
            "stop": 931422767
        },
        {
            "start": 931422769,
            "stop": 931422979
        },
        {
            "start": 931422981,
            "stop": 931423035
        },
        {
            "start": 931423053,
            "stop": 931423127
        },
        {
            "start": 931423129,
            "stop": 931423187
        },
        {
            "start": 931423189,
            "stop": 931423216
        }
    ]
}