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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=127",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 128,
    "results": [
        {
            "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
        },
        {
            "start": 931352865,
            "stop": 931352866
        },
        {
            "start": 931352994,
            "stop": 931352995
        },
        {
            "start": 931353150,
            "stop": 931353152
        },
        {
            "start": 931353365,
            "stop": 931353366
        }
    ]
}