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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=376",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 377,
    "results": [
        {
            "start": 821426867,
            "stop": 821426886
        },
        {
            "start": 821426905,
            "stop": 821427541
        },
        {
            "start": 821427560,
            "stop": 821427727
        },
        {
            "start": 821427746,
            "stop": 821427757
        },
        {
            "start": 821427776,
            "stop": 821428005
        },
        {
            "start": 821428024,
            "stop": 821428233
        },
        {
            "start": 821428252,
            "stop": 821428560
        },
        {
            "start": 821428579,
            "stop": 821428661
        },
        {
            "start": 821428684,
            "stop": 821428721
        },
        {
            "start": 821428752,
            "stop": 821428785
        },
        {
            "start": 821428804,
            "stop": 821429172
        },
        {
            "start": 821429191,
            "stop": 821429222
        },
        {
            "start": 821429241,
            "stop": 821429458
        },
        {
            "start": 821429461,
            "stop": 821429578
        },
        {
            "start": 821429597,
            "stop": 821429702
        },
        {
            "start": 821429721,
            "stop": 821429975
        },
        {
            "start": 821429994,
            "stop": 821430044
        },
        {
            "start": 821430063,
            "stop": 821430094
        },
        {
            "start": 821430113,
            "stop": 821430139
        },
        {
            "start": 821430158,
            "stop": 821430392
        }
    ]
}