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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=127",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 128,
    "results": [
        {
            "start": 931346101,
            "stop": 931346102
        },
        {
            "start": 931346124,
            "stop": 931346125
        },
        {
            "start": 931346143,
            "stop": 931346144
        },
        {
            "start": 931346160,
            "stop": 931346161
        },
        {
            "start": 931346163,
            "stop": 931346165
        },
        {
            "start": 931346167,
            "stop": 931346168
        },
        {
            "start": 931346182,
            "stop": 931346183
        },
        {
            "start": 931346187,
            "stop": 931346189
        },
        {
            "start": 931346200,
            "stop": 931346201
        },
        {
            "start": 931346241,
            "stop": 931346242
        },
        {
            "start": 931346245,
            "stop": 931346246
        },
        {
            "start": 931346269,
            "stop": 931346271
        },
        {
            "start": 931346396,
            "stop": 931346397
        },
        {
            "start": 931346403,
            "stop": 931346404
        },
        {
            "start": 931346423,
            "stop": 931346425
        },
        {
            "start": 931346433,
            "stop": 931346434
        },
        {
            "start": 931346455,
            "stop": 931346456
        },
        {
            "start": 931346469,
            "stop": 931346470
        },
        {
            "start": 931352364,
            "stop": 931352365
        },
        {
            "start": 931352802,
            "stop": 931352803
        }
    ]
}