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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=209",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 210,
    "results": [
        {
            "start": 850288002,
            "stop": 850288011
        },
        {
            "start": 850288025,
            "stop": 850288029
        },
        {
            "start": 850288032,
            "stop": 850288033
        },
        {
            "start": 850288036,
            "stop": 850291360
        },
        {
            "start": 850291370,
            "stop": 850294399
        },
        {
            "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": 850317422
        },
        {
            "start": 850324837,
            "stop": 850325174
        },
        {
            "start": 850325177,
            "stop": 850329633
        },
        {
            "start": 850329637,
            "stop": 850329645
        },
        {
            "start": 850329648,
            "stop": 850330573
        }
    ]
}