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=837
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=838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=836",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 837,
    "results": [
        {
            "start": 870527777,
            "stop": 870534016
        },
        {
            "start": 870549890,
            "stop": 870553559
        },
        {
            "start": 870556709,
            "stop": 870559623
        },
        {
            "start": 870563501,
            "stop": 870568020
        },
        {
            "start": 870568545,
            "stop": 870568770
        },
        {
            "start": 870569475,
            "stop": 870578070
        },
        {
            "start": 870578130,
            "stop": 870578140
        },
        {
            "start": 870580077,
            "stop": 870623540
        },
        {
            "start": 870623809,
            "stop": 870625347
        },
        {
            "start": 870626074,
            "stop": 870626959
        },
        {
            "start": 870626962,
            "stop": 870627120
        },
        {
            "start": 870627180,
            "stop": 870629009
        },
        {
            "start": 870637753,
            "stop": 870645570
        },
        {
            "start": 870645630,
            "stop": 870645635
        },
        {
            "start": 870647618,
            "stop": 870716142
        },
        {
            "start": 870716675,
            "stop": 870743015
        },
        {
            "start": 870743335,
            "stop": 870743569
        },
        {
            "start": 870744314,
            "stop": 870763437
        },
        {
            "start": 870763998,
            "stop": 870788310
        },
        {
            "start": 870788922,
            "stop": 870805830
        }
    ]
}