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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=299",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 300,
    "results": [
        {
            "start": 935417063,
            "stop": 935417566
        },
        {
            "start": 935417568,
            "stop": 935418560
        },
        {
            "start": 935418562,
            "stop": 935418664
        },
        {
            "start": 935418667,
            "stop": 935418844
        },
        {
            "start": 935418847,
            "stop": 935419799
        },
        {
            "start": 935422071,
            "stop": 935422415
        },
        {
            "start": 935422417,
            "stop": 935422429
        },
        {
            "start": 935422432,
            "stop": 935422836
        },
        {
            "start": 935422838,
            "stop": 935423164
        },
        {
            "start": 935423167,
            "stop": 935423180
        },
        {
            "start": 935423182,
            "stop": 935423195
        },
        {
            "start": 935423197,
            "stop": 935423285
        },
        {
            "start": 935423288,
            "stop": 935423329
        },
        {
            "start": 935423332,
            "stop": 935423494
        },
        {
            "start": 935423497,
            "stop": 935423570
        },
        {
            "start": 935423573,
            "stop": 935423615
        },
        {
            "start": 935423617,
            "stop": 935423630
        },
        {
            "start": 935423632,
            "stop": 935423644
        },
        {
            "start": 935423647,
            "stop": 935424015
        },
        {
            "start": 935424195,
            "stop": 935424218
        }
    ]
}