Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4958
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=4959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4957",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4958,
    "results": [
        {
            "start": 874379737,
            "stop": 874379783
        },
        {
            "start": 874379803,
            "stop": 874379847
        },
        {
            "start": 874379867,
            "stop": 874379989
        },
        {
            "start": 874380008,
            "stop": 874380054
        },
        {
            "start": 874380105,
            "stop": 874380133
        },
        {
            "start": 874380152,
            "stop": 874380201
        },
        {
            "start": 874380256,
            "stop": 874380274
        },
        {
            "start": 874380293,
            "stop": 874380345
        },
        {
            "start": 874380364,
            "stop": 874380368
        },
        {
            "start": 874380402,
            "stop": 874380457
        },
        {
            "start": 874380477,
            "stop": 874380480
        },
        {
            "start": 874380540,
            "stop": 874380563
        },
        {
            "start": 874380584,
            "stop": 874380655
        },
        {
            "start": 874380681,
            "stop": 874380708
        },
        {
            "start": 874380743,
            "stop": 874380783
        },
        {
            "start": 874380839,
            "stop": 874380872
        },
        {
            "start": 874380891,
            "stop": 874380909
        },
        {
            "start": 874380928,
            "stop": 874380933
        },
        {
            "start": 874380954,
            "stop": 874381102
        },
        {
            "start": 874381169,
            "stop": 874381246
        }
    ]
}