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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=709",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 710,
    "results": [
        {
            "start": 850294469,
            "stop": 850294477
        },
        {
            "start": 850294485,
            "stop": 850303838
        },
        {
            "start": 850303891,
            "stop": 850303926
        },
        {
            "start": 850303929,
            "stop": 850303932
        },
        {
            "start": 850303939,
            "stop": 850306857
        },
        {
            "start": 850306881,
            "stop": 850310147
        },
        {
            "start": 850310173,
            "stop": 850313348
        },
        {
            "start": 850313365,
            "stop": 850316680
        },
        {
            "start": 850316727,
            "stop": 850316755
        },
        {
            "start": 850316758,
            "stop": 850316762
        },
        {
            "start": 850316781,
            "stop": 850317030
        },
        {
            "start": 850317090,
            "stop": 850317270
        },
        {
            "start": 850324837,
            "stop": 850325174
        },
        {
            "start": 850325177,
            "stop": 850329633
        },
        {
            "start": 850329637,
            "stop": 850329645
        },
        {
            "start": 850329648,
            "stop": 850330590
        },
        {
            "start": 850331099,
            "stop": 850331153
        },
        {
            "start": 850331910,
            "stop": 850346067
        },
        {
            "start": 850346506,
            "stop": 850349136
        },
        {
            "start": 850349161,
            "stop": 850362242
        }
    ]
}