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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=68",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 69,
    "results": [
        {
            "start": 822317222,
            "stop": 822318100
        },
        {
            "start": 822318104,
            "stop": 822318114
        },
        {
            "start": 822318118,
            "stop": 822320217
        },
        {
            "start": 822320226,
            "stop": 822320232
        },
        {
            "start": 822320245,
            "stop": 822322632
        },
        {
            "start": 822322636,
            "stop": 822322941
        },
        {
            "start": 822322945,
            "stop": 822323854
        },
        {
            "start": 822323858,
            "stop": 822323863
        },
        {
            "start": 822323867,
            "stop": 822323882
        },
        {
            "start": 822323886,
            "stop": 822323893
        },
        {
            "start": 822323920,
            "stop": 822323921
        },
        {
            "start": 822324154,
            "stop": 822324309
        },
        {
            "start": 822324312,
            "stop": 822324399
        },
        {
            "start": 822324407,
            "stop": 822325225
        },
        {
            "start": 822325229,
            "stop": 822325627
        },
        {
            "start": 822325636,
            "stop": 822325738
        },
        {
            "start": 822325742,
            "stop": 822325892
        },
        {
            "start": 822325896,
            "stop": 822325906
        },
        {
            "start": 822325910,
            "stop": 822325915
        },
        {
            "start": 822325919,
            "stop": 822325984
        }
    ]
}