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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2244",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2245,
    "results": [
        {
            "start": 873212054,
            "stop": 873212069
        },
        {
            "start": 873212090,
            "stop": 873212111
        },
        {
            "start": 873212128,
            "stop": 873212461
        },
        {
            "start": 873212481,
            "stop": 873212845
        },
        {
            "start": 873212862,
            "stop": 873212921
        },
        {
            "start": 873212941,
            "stop": 873212974
        },
        {
            "start": 873212993,
            "stop": 873213035
        },
        {
            "start": 873213052,
            "stop": 873213473
        },
        {
            "start": 873213502,
            "stop": 873213715
        },
        {
            "start": 873213732,
            "stop": 873213824
        },
        {
            "start": 873213843,
            "stop": 873213905
        },
        {
            "start": 873213938,
            "stop": 873214068
        },
        {
            "start": 873214093,
            "stop": 873214208
        },
        {
            "start": 873215085,
            "stop": 873215093
        },
        {
            "start": 873215128,
            "stop": 873215144
        },
        {
            "start": 873215161,
            "stop": 873215256
        },
        {
            "start": 873215276,
            "stop": 873215354
        },
        {
            "start": 873215377,
            "stop": 873215391
        },
        {
            "start": 873215422,
            "stop": 873215472
        },
        {
            "start": 873215492,
            "stop": 873215688
        }
    ]
}