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=4656
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=4657",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4655",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4656,
    "results": [
        {
            "start": 969627306,
            "stop": 969627406
        },
        {
            "start": 969627409,
            "stop": 969627458
        },
        {
            "start": 969627578,
            "stop": 969627586
        },
        {
            "start": 969627590,
            "stop": 969627643
        },
        {
            "start": 969627646,
            "stop": 969627666
        },
        {
            "start": 969627673,
            "stop": 969627722
        },
        {
            "start": 969627725,
            "stop": 969627733
        },
        {
            "start": 969627736,
            "stop": 969627750
        },
        {
            "start": 969627753,
            "stop": 969627762
        },
        {
            "start": 969627765,
            "stop": 969627799
        },
        {
            "start": 969627802,
            "stop": 969627818
        },
        {
            "start": 969627938,
            "stop": 969628028
        },
        {
            "start": 969628031,
            "stop": 969628050
        },
        {
            "start": 969628054,
            "stop": 969628058
        },
        {
            "start": 969628118,
            "stop": 969628121
        },
        {
            "start": 969628124,
            "stop": 969628143
        },
        {
            "start": 969628146,
            "stop": 969628158
        },
        {
            "start": 969628161,
            "stop": 969628178
        },
        {
            "start": 969628358,
            "stop": 969628398
        },
        {
            "start": 969628401,
            "stop": 969628436
        }
    ]
}