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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=37",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 38,
    "results": [
        {
            "start": 931789161,
            "stop": 931789195
        },
        {
            "start": 931789222,
            "stop": 931789260
        },
        {
            "start": 931789291,
            "stop": 931789383
        },
        {
            "start": 931789401,
            "stop": 931789409
        },
        {
            "start": 931789427,
            "stop": 931789592
        },
        {
            "start": 931789611,
            "stop": 931789708
        },
        {
            "start": 931789728,
            "stop": 931789791
        },
        {
            "start": 931789809,
            "stop": 931789845
        },
        {
            "start": 931789878,
            "stop": 931790019
        },
        {
            "start": 931790037,
            "stop": 931790071
        },
        {
            "start": 931790089,
            "stop": 931790125
        },
        {
            "start": 931790126,
            "stop": 931790147
        },
        {
            "start": 931790176,
            "stop": 931790195
        },
        {
            "start": 931790213,
            "stop": 931790302
        },
        {
            "start": 931790321,
            "stop": 931790374
        },
        {
            "start": 931790375,
            "stop": 931790403
        },
        {
            "start": 931790432,
            "stop": 931790776
        },
        {
            "start": 931790801,
            "stop": 931790825
        },
        {
            "start": 931790843,
            "stop": 931790917
        },
        {
            "start": 931790942,
            "stop": 931790960
        }
    ]
}