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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=829",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 830,
    "results": [
        {
            "start": 869660975,
            "stop": 869660991
        },
        {
            "start": 869660998,
            "stop": 869661031
        },
        {
            "start": 869661035,
            "stop": 869661050
        },
        {
            "start": 869661057,
            "stop": 869661091
        },
        {
            "start": 869661096,
            "stop": 869661107
        },
        {
            "start": 869661117,
            "stop": 869661131
        },
        {
            "start": 869661138,
            "stop": 869661148
        },
        {
            "start": 869661156,
            "stop": 869661165
        },
        {
            "start": 869661175,
            "stop": 869661179
        },
        {
            "start": 869662565,
            "stop": 869662571
        },
        {
            "start": 869662776,
            "stop": 869663237
        },
        {
            "start": 869663240,
            "stop": 869665401
        },
        {
            "start": 869665405,
            "stop": 869665739
        },
        {
            "start": 869665744,
            "stop": 869665813
        },
        {
            "start": 869665820,
            "stop": 869666103
        },
        {
            "start": 869666112,
            "stop": 869666129
        },
        {
            "start": 869666133,
            "stop": 869666168
        },
        {
            "start": 869666174,
            "stop": 869666184
        },
        {
            "start": 869666188,
            "stop": 869666189
        },
        {
            "start": 869666202,
            "stop": 869666203
        }
    ]
}