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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7398",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7396",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7397,
    "results": [
        {
            "start": 969760719,
            "stop": 969760728
        },
        {
            "start": 969760749,
            "stop": 969760756
        },
        {
            "start": 969760788,
            "stop": 969760794
        },
        {
            "start": 969760803,
            "stop": 969760807
        },
        {
            "start": 969760833,
            "stop": 969760835
        },
        {
            "start": 969760887,
            "stop": 969760926
        },
        {
            "start": 969760929,
            "stop": 969761746
        },
        {
            "start": 969761749,
            "stop": 969762033
        },
        {
            "start": 969762036,
            "stop": 969762062
        },
        {
            "start": 969762065,
            "stop": 969762152
        },
        {
            "start": 969762155,
            "stop": 969762378
        },
        {
            "start": 969762381,
            "stop": 969762524
        },
        {
            "start": 969762527,
            "stop": 969762759
        },
        {
            "start": 969762762,
            "stop": 969762859
        },
        {
            "start": 969762880,
            "stop": 969762953
        },
        {
            "start": 969762966,
            "stop": 969763074
        },
        {
            "start": 969763095,
            "stop": 969763119
        },
        {
            "start": 969763125,
            "stop": 969763129
        },
        {
            "start": 969763150,
            "stop": 969763197
        },
        {
            "start": 969763203,
            "stop": 969763206
        }
    ]
}