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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=232",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 233,
    "results": [
        {
            "start": 931461272,
            "stop": 931461273
        },
        {
            "start": 931461276,
            "stop": 931461286
        },
        {
            "start": 931461289,
            "stop": 931461291
        },
        {
            "start": 931461293,
            "stop": 931461295
        },
        {
            "start": 931461297,
            "stop": 931461304
        },
        {
            "start": 931461308,
            "stop": 931461313
        },
        {
            "start": 931461315,
            "stop": 931461361
        },
        {
            "start": 931461363,
            "stop": 931461371
        },
        {
            "start": 931461373,
            "stop": 931461375
        },
        {
            "start": 931461378,
            "stop": 931461381
        },
        {
            "start": 931461382,
            "stop": 931461384
        },
        {
            "start": 931461386,
            "stop": 931461414
        },
        {
            "start": 931461417,
            "stop": 931461419
        },
        {
            "start": 931461421,
            "stop": 931461423
        },
        {
            "start": 931461425,
            "stop": 931461457
        },
        {
            "start": 931461459,
            "stop": 931461485
        },
        {
            "start": 931461487,
            "stop": 931461498
        },
        {
            "start": 931461500,
            "stop": 931461506
        },
        {
            "start": 931461508,
            "stop": 931461511
        },
        {
            "start": 931461514,
            "stop": 931461542
        }
    ]
}