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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7411",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7412,
    "results": [
        {
            "start": 969759109,
            "stop": 969759222
        },
        {
            "start": 969759225,
            "stop": 969759267
        },
        {
            "start": 969759270,
            "stop": 969759574
        },
        {
            "start": 969759577,
            "stop": 969759587
        },
        {
            "start": 969759647,
            "stop": 969759707
        },
        {
            "start": 969759767,
            "stop": 969759794
        },
        {
            "start": 969759797,
            "stop": 969760158
        },
        {
            "start": 969760161,
            "stop": 969760167
        },
        {
            "start": 969760170,
            "stop": 969760512
        },
        {
            "start": 969760515,
            "stop": 969760584
        },
        {
            "start": 969760595,
            "stop": 969760629
        },
        {
            "start": 969760635,
            "stop": 969760636
        },
        {
            "start": 969760657,
            "stop": 969760661
        },
        {
            "start": 969760667,
            "stop": 969760696
        },
        {
            "start": 969760702,
            "stop": 969760710
        },
        {
            "start": 969760719,
            "stop": 969760728
        },
        {
            "start": 969760749,
            "stop": 969760756
        },
        {
            "start": 969760788,
            "stop": 969760794
        },
        {
            "start": 969760803,
            "stop": 969760807
        },
        {
            "start": 969760833,
            "stop": 969760835
        }
    ]
}