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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8330",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8331,
    "results": [
        {
            "start": 874357774,
            "stop": 874357920
        },
        {
            "start": 874357980,
            "stop": 874358506
        },
        {
            "start": 874358523,
            "stop": 874358629
        },
        {
            "start": 874358648,
            "stop": 874358904
        },
        {
            "start": 874358921,
            "stop": 874359031
        },
        {
            "start": 874359050,
            "stop": 874359210
        },
        {
            "start": 874360170,
            "stop": 874360560
        },
        {
            "start": 874360579,
            "stop": 874360723
        },
        {
            "start": 874360759,
            "stop": 874361447
        },
        {
            "start": 874361466,
            "stop": 874361640
        },
        {
            "start": 874361700,
            "stop": 874361721
        },
        {
            "start": 874361740,
            "stop": 874361918
        },
        {
            "start": 874361939,
            "stop": 874362051
        },
        {
            "start": 874362073,
            "stop": 874362111
        },
        {
            "start": 874362130,
            "stop": 874362294
        },
        {
            "start": 874362330,
            "stop": 874362338
        },
        {
            "start": 874362357,
            "stop": 874362372
        },
        {
            "start": 874362400,
            "stop": 874363120
        },
        {
            "start": 874363143,
            "stop": 874363309
        },
        {
            "start": 874363529,
            "stop": 874364165
        }
    ]
}