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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=362",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 363,
    "results": [
        {
            "start": 824889828,
            "stop": 824889898
        },
        {
            "start": 824889903,
            "stop": 824889929
        },
        {
            "start": 824889946,
            "stop": 824889996
        },
        {
            "start": 824890002,
            "stop": 824890017
        },
        {
            "start": 824890024,
            "stop": 824890032
        },
        {
            "start": 824890039,
            "stop": 824890056
        },
        {
            "start": 824890073,
            "stop": 824890080
        },
        {
            "start": 824890087,
            "stop": 824890116
        },
        {
            "start": 824890123,
            "stop": 824890160
        },
        {
            "start": 824890165,
            "stop": 824890188
        },
        {
            "start": 824890195,
            "stop": 824890218
        },
        {
            "start": 824890244,
            "stop": 824890263
        },
        {
            "start": 824890825,
            "stop": 824891921
        },
        {
            "start": 824891929,
            "stop": 824892467
        },
        {
            "start": 824892474,
            "stop": 824894261
        },
        {
            "start": 824894269,
            "stop": 824895344
        },
        {
            "start": 824895352,
            "stop": 824896294
        },
        {
            "start": 824896300,
            "stop": 824896605
        },
        {
            "start": 824896613,
            "stop": 824897578
        },
        {
            "start": 824897586,
            "stop": 824900245
        }
    ]
}