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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=248",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 249,
    "results": [
        {
            "start": 820426794,
            "stop": 820426921
        },
        {
            "start": 820426925,
            "stop": 820427074
        },
        {
            "start": 820427077,
            "stop": 820427080
        },
        {
            "start": 820427084,
            "stop": 820427206
        },
        {
            "start": 820427209,
            "stop": 820427280
        },
        {
            "start": 820427340,
            "stop": 820427418
        },
        {
            "start": 820427421,
            "stop": 820427424
        },
        {
            "start": 820427428,
            "stop": 820427520
        },
        {
            "start": 820427667,
            "stop": 820427675
        },
        {
            "start": 820427692,
            "stop": 820427700
        },
        {
            "start": 820427880,
            "stop": 820427900
        },
        {
            "start": 820428020,
            "stop": 820428022
        },
        {
            "start": 820428026,
            "stop": 820428630
        },
        {
            "start": 820428633,
            "stop": 820428730
        },
        {
            "start": 820428734,
            "stop": 820428964
        },
        {
            "start": 820428968,
            "stop": 820429622
        },
        {
            "start": 820429625,
            "stop": 820429698
        },
        {
            "start": 820429701,
            "stop": 820429795
        },
        {
            "start": 820429799,
            "stop": 820429889
        },
        {
            "start": 820431584,
            "stop": 820431720
        }
    ]
}