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=9884
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=9885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9883",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9884,
    "results": [
        {
            "start": 874483712,
            "stop": 874484212
        },
        {
            "start": 874484229,
            "stop": 874484248
        },
        {
            "start": 874484265,
            "stop": 874485565
        },
        {
            "start": 874485582,
            "stop": 874485674
        },
        {
            "start": 874485691,
            "stop": 874486215
        },
        {
            "start": 874486232,
            "stop": 874486680
        },
        {
            "start": 874486740,
            "stop": 874486819
        },
        {
            "start": 874486836,
            "stop": 874486978
        },
        {
            "start": 874486996,
            "stop": 874487208
        },
        {
            "start": 874487225,
            "stop": 874487563
        },
        {
            "start": 874487580,
            "stop": 874487761
        },
        {
            "start": 874487778,
            "stop": 874487886
        },
        {
            "start": 874487904,
            "stop": 874488252
        },
        {
            "start": 874488284,
            "stop": 874488762
        },
        {
            "start": 874488779,
            "stop": 874489073
        },
        {
            "start": 874489090,
            "stop": 874489503
        },
        {
            "start": 874489520,
            "stop": 874489567
        },
        {
            "start": 874489584,
            "stop": 874490146
        },
        {
            "start": 874490163,
            "stop": 874490768
        },
        {
            "start": 874490785,
            "stop": 874491368
        }
    ]
}