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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5271",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5272,
    "results": [
        {
            "start": 970317387,
            "stop": 970317400
        },
        {
            "start": 970317403,
            "stop": 970317474
        },
        {
            "start": 970317477,
            "stop": 970317546
        },
        {
            "start": 970317553,
            "stop": 970317560
        },
        {
            "start": 970317563,
            "stop": 970317573
        },
        {
            "start": 970317577,
            "stop": 970317608
        },
        {
            "start": 970317612,
            "stop": 970317634
        },
        {
            "start": 970317637,
            "stop": 970317767
        },
        {
            "start": 970317770,
            "stop": 970317786
        },
        {
            "start": 970317789,
            "stop": 970317837
        },
        {
            "start": 970317840,
            "stop": 970317870
        },
        {
            "start": 970317873,
            "stop": 970318016
        },
        {
            "start": 970318019,
            "stop": 970318022
        },
        {
            "start": 970318025,
            "stop": 970318087
        },
        {
            "start": 970318090,
            "stop": 970318101
        },
        {
            "start": 970318104,
            "stop": 970318110
        },
        {
            "start": 970318115,
            "stop": 970318145
        },
        {
            "start": 970318150,
            "stop": 970318168
        },
        {
            "start": 970318172,
            "stop": 970318211
        },
        {
            "start": 970318214,
            "stop": 970318275
        }
    ]
}