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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=286",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 287,
    "results": [
        {
            "start": 822239489,
            "stop": 822239502
        },
        {
            "start": 822239512,
            "stop": 822239537
        },
        {
            "start": 822239543,
            "stop": 822239572
        },
        {
            "start": 822239577,
            "stop": 822239608
        },
        {
            "start": 822239613,
            "stop": 822239631
        },
        {
            "start": 822239647,
            "stop": 822239661
        },
        {
            "start": 822239675,
            "stop": 822239712
        },
        {
            "start": 822239717,
            "stop": 822239739
        },
        {
            "start": 822239751,
            "stop": 822239758
        },
        {
            "start": 822239809,
            "stop": 822239812
        },
        {
            "start": 822241958,
            "stop": 822241986
        },
        {
            "start": 822241991,
            "stop": 822242182
        },
        {
            "start": 822242189,
            "stop": 822242529
        },
        {
            "start": 822242535,
            "stop": 822242569
        },
        {
            "start": 822242574,
            "stop": 822242631
        },
        {
            "start": 822242636,
            "stop": 822242664
        },
        {
            "start": 822242671,
            "stop": 822243001
        },
        {
            "start": 822243006,
            "stop": 822243034
        },
        {
            "start": 822243039,
            "stop": 822243195
        },
        {
            "start": 822243200,
            "stop": 822243260
        }
    ]
}