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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5161",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5162,
    "results": [
        {
            "start": 969627025,
            "stop": 969627073
        },
        {
            "start": 969627076,
            "stop": 969627181
        },
        {
            "start": 969627184,
            "stop": 969627197
        },
        {
            "start": 969627200,
            "stop": 969627202
        },
        {
            "start": 969627205,
            "stop": 969627296
        },
        {
            "start": 969627299,
            "stop": 969627303
        },
        {
            "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
        }
    ]
}