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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5145",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5146,
    "results": [
        {
            "start": 874760903,
            "stop": 874760915
        },
        {
            "start": 874760934,
            "stop": 874760998
        },
        {
            "start": 874761034,
            "stop": 874761054
        },
        {
            "start": 874761073,
            "stop": 874761137
        },
        {
            "start": 874761156,
            "stop": 874761197
        },
        {
            "start": 874761221,
            "stop": 874761558
        },
        {
            "start": 874761578,
            "stop": 874761624
        },
        {
            "start": 874761649,
            "stop": 874761650
        },
        {
            "start": 874761707,
            "stop": 874761894
        },
        {
            "start": 874761913,
            "stop": 874762076
        },
        {
            "start": 874762095,
            "stop": 874762148
        },
        {
            "start": 874762167,
            "stop": 874762212
        },
        {
            "start": 874762231,
            "stop": 874762404
        },
        {
            "start": 874762424,
            "stop": 874762508
        },
        {
            "start": 874762534,
            "stop": 874762835
        },
        {
            "start": 874762856,
            "stop": 874762935
        },
        {
            "start": 874762954,
            "stop": 874763060
        },
        {
            "start": 874763079,
            "stop": 874763127
        },
        {
            "start": 874763146,
            "stop": 874763155
        },
        {
            "start": 874763174,
            "stop": 874763489
        }
    ]
}