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=9894
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=9895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9893",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9894,
    "results": [
        {
            "start": 874550340,
            "stop": 874550460
        },
        {
            "start": 874550640,
            "stop": 874550700
        },
        {
            "start": 874550760,
            "stop": 874550820
        },
        {
            "start": 874550880,
            "stop": 874551060
        },
        {
            "start": 874551120,
            "stop": 874551446
        },
        {
            "start": 874551463,
            "stop": 874551480
        },
        {
            "start": 874551540,
            "stop": 874551555
        },
        {
            "start": 874551573,
            "stop": 874551780
        },
        {
            "start": 874551960,
            "stop": 874552020
        },
        {
            "start": 874552080,
            "stop": 874552320
        },
        {
            "start": 874552440,
            "stop": 874552452
        },
        {
            "start": 874552469,
            "stop": 874552488
        },
        {
            "start": 874553520,
            "stop": 874553640
        },
        {
            "start": 874554000,
            "stop": 874554120
        },
        {
            "start": 874554360,
            "stop": 874554616
        },
        {
            "start": 874554642,
            "stop": 874554660
        },
        {
            "start": 874554723,
            "stop": 874554733
        },
        {
            "start": 874554750,
            "stop": 874554840
        },
        {
            "start": 874554900,
            "stop": 874555020
        },
        {
            "start": 874555200,
            "stop": 874555260
        }
    ]
}