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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4931",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4932,
    "results": [
        {
            "start": 874333021,
            "stop": 874333030
        },
        {
            "start": 874333049,
            "stop": 874333080
        },
        {
            "start": 874333099,
            "stop": 874333107
        },
        {
            "start": 874333126,
            "stop": 874333131
        },
        {
            "start": 874333150,
            "stop": 874333218
        },
        {
            "start": 874333237,
            "stop": 874333241
        },
        {
            "start": 874333260,
            "stop": 874333378
        },
        {
            "start": 874333397,
            "stop": 874333417
        },
        {
            "start": 874333436,
            "stop": 874333505
        },
        {
            "start": 874333524,
            "stop": 874333574
        },
        {
            "start": 874333596,
            "stop": 874333773
        },
        {
            "start": 874333817,
            "stop": 874333918
        },
        {
            "start": 874333937,
            "stop": 874333939
        },
        {
            "start": 874333974,
            "stop": 874334027
        },
        {
            "start": 874334046,
            "stop": 874334055
        },
        {
            "start": 874334074,
            "stop": 874334104
        },
        {
            "start": 874334127,
            "stop": 874334131
        },
        {
            "start": 874334171,
            "stop": 874334178
        },
        {
            "start": 874334198,
            "stop": 874334299
        },
        {
            "start": 874334318,
            "stop": 874334560
        }
    ]
}